How to make NetBeans recognize ES2015 syntax?

Question:

How to use NetBeans with ES2015 ? I've done some testing with NetBeans 8.0.1 and 8.0.2, but it doesn't recognize the new syntax: let , const , etc.

Answer:

I believe that current Netbeans does not support ECMAScript 6 (ECMAScript 2015), but this is planned for version 8.2 of Netbeans.

If you're up for it, download the Netbeans development version and take a look :).

Scroll to Top