Search code examples
javascriptvisual-studio-2010visual-studio-power-tools

Javascript in VisualStudio 2010


Are there any good, reliable plugins for Visual Studio that make Javascript development less painful?

Every time I write a closing brace or a semicolon VS feels the need to inappropriately and incorrectly re-indent nearby code.


Solution

  • Have you tried looking under Tools --> Options --> Text Editor --> JScript?

    There are lots of settings you can change there to tell VS to indent or not indent code.