Eclipse Javadoc tooltip help doesn't show classes' supertypes and interfaces
Posted
by Pooria
on Stack Overflow
See other posts from Stack Overflow
or by Pooria
Published on 2010-04-22T09:01:49Z
Indexed on
2010/04/22
9:03 UTC
Read the original article
Hit count: 291
I'm talking about the tooltip that pops up when you hover your mouse over a class in your source (which also helps with intellisense and auto completion), which describes what a class/method/etc does.
I find it very annoying that it doesn't show what superclass the class (being described) extends or what interfaces it implements.
Is there a way to make eclipse show the additional information?
© Stack Overflow or respective owner