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 98853 - Code completion for javadoc tags
Summary: Code completion for javadoc tags
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 4 votes (vote)
Assignee: Jan Pokorsky
URL:
Keywords: PLAN
: 37691 87229 120212 124160 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-03-23 21:49 UTC by tprochazka
Modified: 2015-09-04 06:23 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 tprochazka 2007-03-23 21:49:09 UTC
- autocomplete when I type @ and ctrl+space
- autocomplete class and method name after @see,@link, etc.
- autocomplete parameters name and classname after @param
...
Comment 1 Jan Pokorsky 2007-09-21 13:58:39 UTC
*** Issue 87229 has been marked as a duplicate of this issue. ***
Comment 2 Jan Pokorsky 2007-11-26 10:10:01 UTC
*** Issue 120212 has been marked as a duplicate of this issue. ***
Comment 3 Jan Pokorsky 2008-02-12 13:07:53 UTC
implemented as http://hg.netbeans.org/main/rev/7884a70f910e
Comment 4 Michel Graciano 2008-02-12 16:11:51 UTC
I think issue http://www.netbeans.org/issues/show_bug.cgi?id=37691 is already fixed, since the comments for this issue
include completion for @link.
Comment 5 Jan Pokorsky 2008-02-12 17:38:23 UTC
*** Issue 37691 has been marked as a duplicate of this issue. ***
Comment 6 Jesse Glick 2008-02-12 23:48:56 UTC
BTW probably filed separately, but in case not: if you complete e.g.

{@link BigInteger}

then the IDE will helpfully insert also

import java.math.BigInteger;

but this import will be marked as unused, and if you remove it, there is no warning that the Javadoc link is now invalid.
Comment 7 Jan Pokorsky 2008-02-13 09:25:13 UTC
jglick: see issue #122484
Comment 8 Jan Pokorsky 2008-02-13 09:28:43 UTC
*** Issue 124160 has been marked as a duplicate of this issue. ***
Comment 9 Jiri Prox 2015-09-04 06:23:32 UTC
*** Bug 37691 has been marked as a duplicate of this bug. ***