Reputation: 83
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: 4518
Reputation: 27255
Go to Window > Preferences > Java > Editors > Hovers
select Combined Hover
.
You can restart Eclipse for good measure.
Upvotes: 4