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?

link|improve this question

53% accept rate
That's correct. Extensions are mostly unsupported in the Express version. The real answer is to upgrade to the Professional version or higher. Otherwise, you will have to find a third-party piece of software. Helping you to choose one of many such editors is off-topic for this site, as per the FAQ. – Cody Gray Feb 6 at 1:21
feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.