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

Summary: EmberJS support
Product: javascript Reporter: dusty <dusty>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.