Question

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!!

Was it helpful?

Solution

Note that Visual Studio will still find a matching brace in JavaScript via Ctrl + ].

OTHER TIPS

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

You could give Visual Assist X a go: http://www.wholetomato.com/

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. ;)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top