Bug 68575 - Javadoc wizard
Summary: Javadoc wizard
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-25 02:04 EDT by rsathish CLA
Modified: 2007-06-22 10:01 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.