Using EcmaScript 2015, the next generation of Javascript

Hello everyone,

I would like to suggest to add the possibility to use the new syntax of Javascript in the IDE. Actually the SpiderMonkey interpreter does not support EcmaScript 2015 yet; So what about using a transpiler like BabelJS and piping the result to the interpreter. I guess the new syntax will make it more easy to write code faster.

Regards