Brace Highlighting In Visual Studio For Javascript?
Is there a way to get Visual Studio 2008 to do matching brace highlighting for Javascript? If there is no way to do it in Studio, can it be done using ReSharper? Thanks!!
Solution 1:
Note that Visual Studio will still find a matching brace in JavaScript via Ctrl + ].
Solution 2:
Here is an extension for VS2010 that will do just what you desire. And it's free!
http://visualstudiogallery.msdn.microsoft.com/872d27ee-38c7-4a97-98dc-0d8a431cc2ed
Solution 3:
You could give Visual Assist X a go: http://www.wholetomato.com/
Solution 4:
For what it's worth, I use the most excellent ViEmu plugin for visual studio, and it supplies the Vi(m) paren/brace/bracket matching.
ViEmu is here
Of course, if you're not a Vi lover, the price for matching parens may be too high. ;)
Post a Comment for "Brace Highlighting In Visual Studio For Javascript?"