Question

It's hard to see a structure of a .js file in VS 2010 Express, but the JScript Editor Extensions are only for VS 2010. It will not work on VS 2010 Express.

Alternatively, if there is not free extension for VS 2010 Express, is there a free standalone piece of software that can do it?

Was it helpful?

Solution

Extensions support for Visual Studio 2010 Express is really limited and most of extensions from gallery will not install so you will have to use external javascript editor if you are not satisfied with the one included in visual studio. There are many options, starting from powerful text editors like Notepad++ (if you just want something to help you with your existing IDE) to complete IDEs like Netbeans or Eclipse and online solutions like Cloud9. Take a look at this list or check this SO question

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top