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 244193 - Missing code template for anonymous function
Summary: Missing code template for anonymous function
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-30 11:21 UTC by Ondrej Brejla
Modified: 2015-06-23 13:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Brejla 2014-04-30 11:21:49 UTC
It is widely used, it would be great to have:

trigger: afun
template:
function (${parameters}) {
    ${selection}${cursor}
}

Thanks.
Comment 1 Roman Svitanic 2015-06-23 12:54:23 UTC
I'm marking this as fixed issue, since it works in the dev builds. Probably Petr just forgot to mark it as fixed.