How to make NetBeans recognize the syntax of the ES2015?

3

Using NetBeans with ES2015 ? I've done some testing with version 8.0.1 and 8.0.2 of NetBeans, but it does not recognize the new syntax: let , const , etc.

    
asked by anonymous 29.07.2016 / 23:54

2 answers

2

I believe that the current Netbeans do not support ECMAScript 6 (ECMAScript 2015), but this is foreseen for version 8.2 Netbeans.

If you're willing, download the Netbeans development release and take a look :).

    
30.07.2016 / 01:03
0

The development version of Netbeans already supports ECMA6.

link

    
08.09.2016 / 22:28