Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript es6 syntax support on Netbeans 8.1

Does anyone know if Netbeans 8.1 has support to es6 javascript syntax and how could I enable it?

like image 870
Natanael Avatar asked Sep 14 '16 12:09

Natanael


People also ask

What is the valid syntax for ES6?

ES6 ignores spaces, tabs, and newlines that appear in programs. You can use spaces, tabs, and newlines freely in your program and you are free to format and indent your programs in a neat and consistent way that makes the code easy to read and understand.

Does JavaScript support ES6?

JavaScript was invented by Brendan Eich in 1995, and became an ECMA standard in 1997. ECMAScript is the official name of the language. ECMAScript versions have been abbreviated to ES1, ES2, ES3, ES5, and ES6. Since 2016, versions are named by year (ECMAScript 2016, 2017, 2018, 2019, 2020).

What is JavaScript ES6+?

JavaScript ES6 (also known as ECMAScript 2015 or ECMAScript 6) is the newer version of JavaScript that was introduced in 2015. ECMAScript is the standard that JavaScript programming language uses. ECMAScript provides the specification on how JavaScript programming language should work.


1 Answers

No, it is in 8.2, NetBeans 8.2 Release Candidate is available at https://netbeans.org/downloads/8.2/rc/

like image 52
ladar Avatar answered Oct 09 '22 04:10

ladar