CoffeeScript Runner for Visual Studio 2010 allows to run CoffeeScript or JavaScript programs from Visual Studio and see the program output in the Visual Studio Output Window. It is part of my project DynamicJavaScript.Net on Github, which is about using JavaScript from C# programs. The JavaScript runtime used is Noesis JavaScript.Net which use a version of Google V8 from 2010, it is really fast. You can see a video here.
For Syntax highlighting you can use Mindscape Web Workbench orCoffeeLite. |