History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-12145
Type: New Feature New Feature
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Dmitry Cherniachenko
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Smarter JavaDoc @param tag completion

Created: 28 Mar 07 13:39   Updated: 29 Mar 07 13:56
Component/s: Editor. Code Completion

Build: 6,784


 Description  « Hide
In the following situation
/**
 * @pa|
 */
public void doSmth(String arg)
...

pressing Ctrl+Space could end up with

/**
 * @param arg |
 */
public void doSmth(String arg)
...

instead of just completing the tag name.

Consider also automatic insertion of exception class for @throws.

In case there're multiple parameters/exception you should first check if there's only one still not described and auto-complete it. Otherwise show a selection list pop-up immediately after completing the tag name.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.