0

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.

Adam Rackis
  • 82,527
  • 56
  • 270
  • 393
  • Best thing I did was just turn off auto-formatting - I was never able to get it to work with how I format my brackets. – Jason Sep 21 '11 at 17:14
  • @Jason indeed - shutting off formatting altogether for JS is the best option. Not sure why I didn't think of that. – Adam Rackis Sep 21 '11 at 17:21

2 Answers2

1

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.

Adam Rackis
  • 82,527
  • 56
  • 270
  • 393
Doctuh D.
  • 395
  • 1
  • 7
  • 18
0

JetBrains ReSharper 6 supports JavaScript quite good. Unfortunately it is quite slow.

asa
  • 1,827
  • 2
  • 15
  • 18