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 224846 - Add code templates to code completion list
Summary: Add code templates to code completion list
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 12:53 UTC by Vladimir Riha
Modified: 2013-01-14 12:53 UTC (History)
0 users

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 Vladimir Riha 2013-01-14 12:53:43 UTC
In PHP, if you invoke cc for i.e.:

- for
- fun
etc.

There are code templates offered in code completion window that generates stubs of foreach statement, function declaration etc. I think this would be quite useful in JavaScript as well