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 129468 - Complete classes even outside @link tag
Summary: Complete classes even outside @link tag
Status: REOPENED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-06 21:15 UTC by deniss
Modified: 2012-05-16 06:56 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 deniss 2008-03-06 21:15:16 UTC
I think editor should show completion for classes in the {@link ..} format after some text.

Example:
/**
 * Converts UserClass| -> invoke CC -> choose {@link UserClass} -> Converts {@link UserClass}
 * ...
 */
Comment 1 Jan Pokorsky 2008-03-07 10:57:58 UTC
In nb 6.1 CC works for both javadoc tags and classes/class members. Try

{| -> CC

or

{@link | -> CC

It has been implemented to milestone 2.
Comment 2 deniss 2008-03-07 12:17:42 UTC
I know, but it will be better to complete classes in the javadoc comment like this:
 * Some text User| -> CC -> {@link UserClass}

It is better than: * Some text {@link User| -> CC ... 

Eclipse do it in the same way.
Comment 3 Jan Pokorsky 2008-03-07 13:20:38 UTC
I see, making a RFE.