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 252281 - EmberJS support
Summary: EmberJS support
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal with 2 votes (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-07 09:28 UTC by dusty
Modified: 2017-12-19 10:03 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 dusty 2015-05-07 09:28:49 UTC
http://emberjs.com/ is a leading Javascript development framework that implements a strong MVC pattern.

Native support in Netbeans would be absolutely great, now that it has native node support opening package.json files.

Ember support would need ecmascript 6 support of ticket https://netbeans.org/bugzilla/show_bug.cgi?id=242387

Simply being able to edit the ES6 files used in ember would be a good start
Comment 1 dusty 2017-12-18 17:04:34 UTC
Fixed in latest release
Comment 2 Christian Lenz 2017-12-19 10:03:41 UTC
Hm afaik ember uses handlebars, which is not supported in NetBeans :/ there is a plugin for this, but not completed. Only to let you know this. Ember CLI wasn't implemented too.