Visual Studio 2008 has better Javascript support. You can debug it like a regular C # code, although sometimes it is still buggy (it seems you don’t like to set a breakpoint in the first line of a function, for example, nested functions also give it a hard time).
There is also Intellisense support, but it works so-so. It depends on what kind of JS framework you are going to use.
In general, VS is certainly not the best environment for JS around, but perhaps the best compromise if you are already familiar with it and somehow develop for .NET.
source
share