Bug 68575

Summary: Javadoc wizard
Product: [Eclipse Project] JDT Reporter: rsathish
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P5 CC: danbaleanu
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description rsathish CLA 2004-06-25 02:04:01 EDT
JBuilder X Foundation provides cool wizard for editing Javadoc.
Eclipse can provide such a wizard too...

1.Click on a javadoc comment
2.Wizard pops up 
3.Fill text in wizard
4.Select @see using intellisense
5.Insert html tags by icons
6.Wizard generates new javadoc

Who wants to mess with javadoc tags,alignments?
Comment 1 Frederic Fusier CLA 2004-07-07 16:56:46 EDT
Move to JDT/UI
Comment 2 Dirk Baeumer CLA 2005-01-24 05:32:47 EST
Are you aware of the fact that you have code assist inside the Javadoc in the
editor. For example type @see String#<code assist> will show you all method
defined on string.

This would belong to the Java editor. Moving
Comment 3 Dani Megert CLA 2005-01-24 05:47:07 EST
There are also quick assists/fixes that allow you to add missing tags. There are
currently no plans to provide a wizard.
Comment 4 Dani Megert CLA 2007-06-22 09:59:20 EDT
Get rid of deprecated state.