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 124160 - Provide code completion for @param and @throws tags in Javadoc comments
Summary: Provide code completion for @param and @throws tags in Javadoc comments
Status: RESOLVED DUPLICATE of bug 98853
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-17 20:29 UTC by matthies
Modified: 2008-02-13 09:28 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 matthies 2007-12-17 20:29:14 UTC
It would be nice to have code completion for @param and @throws tags in Javadoc comments. That is, when the cursor is 
behind a @param or @throws tag, Ctrl+Space would pop up a window listing all the parameters or thrown exceptions of the 
Java element following the comment, limited to those that match a prefix (if any) before the cursor position. For 
@throws, pressing Ctrl+Space a second time would further extend the list to all imported exception types, then all 
exception types. You get the idea.

Maybe some other Javadoc tags could provide code completion as well. Also completing the tags themselves (such as 
completing @p to @param) would be helpful.
Comment 1 Jan Lahoda 2007-12-17 20:56:19 UTC
jpokorsky is already working on something similar, AFAIK.
Comment 2 Jan Pokorsky 2008-02-13 09:28:44 UTC

*** This issue has been marked as a duplicate of 98853 ***