I am playing around with VS 2015 JavaScript/NodeJS IDE and I plan to use ES6 as the language style for JavaScript, however I am noticing that Visual Studio is not recognizing the ES6 (even though I read on various web sites that VS should recognize ES6).
Does anyone know how to make VS 2015 play nice (both in syntax highlighting, intellisense, etc) with ES6?
I also modified the file extension to be .JSX and .ES6 in case that would help VS pick up on it. No luck...