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 开发者_JAVA百科the need to inappropriately and incorrectly re-indent nearby code.
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.
JetBrains ReSharper 6 supports JavaScript quite good. Unfortunately it is quite slow.
精彩评论