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 120212 - Super Code completion
Summary: Super Code completion
Status: RESOLVED DUPLICATE of bug 98853
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-26 17:04 UTC by _ manoelp
Modified: 2007-11-26 10:10 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 _ manoelp 2007-10-26 17:04:34 UTC
Hello to everyone, 


I believe that beyond the auto comment, other features that would be very interesting for the module JavaDoc 
Would be: 

- Creating a feature of code completions for JavaDoc tags when pressing the button @ 
Example: 

/** 
* 
* @ <Press CTRL + space for the list of tags JavaDoc> 
* 
*/ 


And another important feature, is the code completions for html tags within the block JavaDoc. 

Example: 

/** 
* 
* <Press CTRL + space for the list of HTML tags 
* 
*/ 

Indeed, this behavior would be quite obvious, therefore, if it already exists any issue with this feature 
Please say for me, ok? 

Tks 

Manoel Pimentel
Comment 1 Jan Pokorsky 2007-11-26 10:10:12 UTC
You can easily search existing issues using the Query page http://www.netbeans.org/issues/query.cgi. You can find the
link in header of every issue page.

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