user3467178
user3467178

Reputation: 83

Eclipse does not show Tooltip

I am Using Eclipse for android, I have installed SDK ADT bundle. While coding, some times I need to know description of Classes, Methods etc. When I hover my mouse over class, method definitions, it does not show the tooltip, after some time it begins to show it. This goes on and off. Can anyone help me solve this problem? Thanks!!

Upvotes: 4

Views: 4501

Answers (1)

Ojonugwa Jude Ochalifu
Ojonugwa Jude Ochalifu

Reputation: 27237

Go to Window > Preferences > Java > Editors > Hovers

select Combined Hover.

You can restart Eclipse for good measure.

Upvotes: 4

Related Questions