I am using Eclipse Mars with Tern IDE für ES6 support on version 1.1.0 (snapshot). I get errors checking the arrow functions and const-export, as you can see in this screenshot:

I worked on these descriptions, but the errors did not disappear: https://github.com/angelozerr/tern.java/wiki/Tern-&-ECMAScript6-support https://github.com/angelozerr/tern.java/wiki/ Tern-linter
I do not know, however, what is really supported by the Tern plugin, but according to the documentation at http://ternjs.net/ Tern should support arrow functions with 0.14. However, only the class, import, and promise support are mentioned on the github IDE page (which does not lend itself to a plugin for ES6 support).
Is there anyone who is developing ES6 with Eclipse with (more or less) full feature support? I kinda feel like a unicorn ...
source share