How to use ECMAScript 6 syntax with Visual Studio 2013

ecmascript-6, visual-studio-2013

Solution

If you have Resharper installed in your VS 2013 - from today on you can switch to using ES6:

Problem

I am interested in using ECMAScript 6 features in my web application which I am developing using Visual Studio 2013. Currently the syntax does not seems to be working, How can I configure VS to make it work?

Original source