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!!
|
|
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!!
|
||
|
|
|
|
|
||||||
|
|
|
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. ;) |
||
|
|
|
|
Note that Visual Studio will still find a matching brace in JavaScript via Ctrl + ]. |
||
|
|
|
|
You could give Visual Assist X a go: http://www.wholetomato.com/ |
||
|
|
|
|
(I would add a comment to the previous post by redwyre but I don't have enough rep.) Visual Assist X does do brace highlighting for javascript blocks in html and asp files as well as in js files. |
||
|
|