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 152154 - Add templates to completion popup
Summary: Add templates to completion popup
Status: RESOLVED DUPLICATE of bug 129278
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Dusan Balek
URL: http://jalexoid.blogspot.com/2008/11/...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-02 15:09 UTC by jalexoid
Modified: 2012-12-08 12:17 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 jalexoid 2008-11-02 15:09:08 UTC
Not only classes and code generation elements in the code completion popup, but the code templates. Such as typing main
and pressing Ctrl+Space in Eclipse IDE will give you an option to create a main method.
Comment 1 Dusan Balek 2008-11-03 09:53:31 UTC
Note, that some code templates are already present in code completion popup (try to type e.g. 'for' within a method
body), however there is not template for main.
Comment 2 markiewb 2012-12-08 12:17:42 UTC
(In reply to comment #1)
> Note, that some code templates are already present in code completion popup
> (try to type e.g. 'for' within a method body)

See #129278

*** This bug has been marked as a duplicate of bug 129278 ***