Hello,
Is it possible to see the reference (API specification) for some class or method right in MyEclipse IDE?
For example I typed in the editor:
java.util.Date lastVisit = new Date();
Where I point mouse cursor to “Date” I see javadoc tooltip which shows me a general information about Date class. This is great but I would like also to get full API specification of this class: list of all methods and fields with ability to see the detailed description for each member.
Is it possible?
—
With the best regards, Sergiy Korzh.