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 270135 - Convert objects with ctor or prototypes to ES6 classes
Summary: Convert objects with ctor or prototypes to ES6 classes
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: PC Other
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-20 13:09 UTC by Christian Lenz
Modified: 2017-03-20 13:09 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 Christian Lenz 2017-03-20 13:09:49 UTC
As I figured out such feature in WebStorm this is really missing in NetBeans for old ES3 or ES5 code. You can see it here: https://www.jetbrains.com/webstorm/whatsnew/#v2016-3-migrating-to-es6 scroll a bit to convert to class. This is very handy if you would like to migrate to ES6 in NetBeans.


Regards

Chris