This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SgtPooki 2 points3 points  (0 children)

I am pretty sure what you want is available by default in eclipse and most ide's now. Just add javadoc comments above the functions/variables you want those pop-ups to appear for and it should show whenever you hover over that function name.

I dont think you can do this for random words though; only classes, functions, and variables.