This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 61050 - tooltips for classes/methods/variables
Summary: tooltips for classes/methods/variables
Status: RESOLVED DUPLICATE of bug 95691
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker with 5 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-15 21:45 UTC by gapon
Modified: 2012-11-28 22:22 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gapon 2005-07-15 21:45:09 UTC
hi,
i really miss one feature in netbeans - when i put mouse over
class/method/variable - no tooltip is shown
(in eclipse, you can see definiton and javadoc)

and one more thing - when there is an error in file, no hints are available
(in eclipse, you can press <ctrl> + 1)

thanks for your great work!
Comment 1 alexd 2007-07-26 06:06:37 UTC
This is a great feature in Visual Studio as well.  It's very convenient to be able to mouseover words and have 
tooltips appear with type information.  This feature is also very helpful when tracing through another developers code 
without having to jump up to the parameter, variable, import, etc. declaration.

Updated this issue to version 6.
Comment 2 Jiri Prox 2007-07-26 09:52:31 UTC
This is partially implemented. It does not work for moused hovering but it shows javadoc and declaration of symbol under
caret
Comment 3 markiewb 2012-11-28 22:22:44 UTC

*** This bug has been marked as a duplicate of bug 95691 ***