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 87229 - Parameter completion does not work
Summary: Parameter completion does not work
Status: VERIFIED DUPLICATE of bug 98853
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-16 18:11 UTC by Tim Lebedkov
Modified: 2007-11-05 13:38 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 Tim Lebedkov 2006-10-16 18:11:01 UTC
/**
     * Sets new time.
     * 
     * @param hours hours
     * @param <------------ Ctrl+Space here 
     */
    public void setTime(int hours, int minutes) {
Comment 1 Jiri Prox 2006-10-17 09:48:50 UTC
It's rather an enhancement. There is no support for completion in javadoc. You
can use autocomment tool or "create javadoc" action instead.
Comment 2 Tim Lebedkov 2006-10-17 14:52:00 UTC
Will code completion for JavaDoc be not a part of NB 6.0?
Comment 3 Vitezslav Stejskal 2007-09-21 10:41:03 UTC
No, I don't think, there will be javadoc autocompletion in nb6.
Comment 4 Jan Pokorsky 2007-09-21 13:58:57 UTC
Sorry, it will not. The NetBeans 6.0 goes to Beta 2 and it is unsafe to add new features now. We have to work to
decrease number of open defects.

*** This issue has been marked as a duplicate of 98853 ***
Comment 5 Tim Lebedkov 2007-09-21 19:07:07 UTC
ok