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.
|
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.
| |||||
feedback
|
|
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. | ||||
|
feedback
|
|
JetBrains ReSharper 6 supports JavaScript quite good. Unfortunately it is quite slow. | |||
|
feedback
|