2

I am using Visual Studio 2010 express edition and the IDE is good for development. However the javascript features are not that good and hence I was looking for some javascript addin to assist the javascript development. Can anyone suggest one for me.

Note: I tried installing js-addin express edition vsix, which did not succeed. I get MissingReferenceException in the install log.

Nathaniel Ford
  • 20,545
  • 20
  • 91
  • 102
Jatin
  • 4,023
  • 10
  • 60
  • 107
  • I think Express editions of Visual Studio don't support Add-Ins and extensions. – Ash Eldritch Aug 08 '11 at 15:33
  • @Ash - Actually, Visual Studio 2010 Express allows some extensions. Have a look at the question http://stackoverflow.com/q/7940249/723845 – Loom Nov 21 '12 at 08:50

1 Answers1

2

This is unfortunately not possible. The express editions of Visual Studio do not support installing Extensions or Add-Ins. So there is no way to get a JavaScript add-in into an express version.

JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454