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 131052 - Combine "Show Code Completion Tip Popup" with "Show Documentation Popup"
Summary: Combine "Show Code Completion Tip Popup" with "Show Documentation Popup"
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-25 15:12 UTC by matthies
Modified: 2013-11-28 21:41 UTC (History)
1 user (show)

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 matthies 2008-03-25 15:12:51 UTC
In other words, combine what Ctrl+P does with what Ctrl+Shift+Space does. The argument positioning info that Ctrl+P 
shows would be more helpful if the Javadoc would be displayed along with it. Also, displaying the complete method 
signature (including method name, return type and - where applicable - type parameters (e.g. the <T> in 
Collections.emptyList())) instead of just the method parameters in the Ctrl+P popup would be helpful. (Compare with 
what MS Visual Studio does on Ctrl+Shift+Space.)