vote up 2 vote down star

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

flag

63% accept rate

5 Answers

vote up 0 vote down

http://stackoverflow.com/questions/51088/plugin-for-r-similar-to-coderush-statement-highlight#51107

link|flag
I have matching brace highlighting on in ReSharper, and still does not work in Javascript. – Steve Horn Oct 31 '08 at 13:52
I know CodeRush supports some refactorings in javascript, don't know if this is supported though. – Anders Oct 31 '08 at 16:46
@Steve Horn: in R#, assign some key to Resharper.GotoBrace in the keyboard mapper under VS Tools menu. It works in Javascript. – Tony_Henrich 6 hours ago
vote up 0 vote down

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

link|flag
vote up 1 vote down

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

link|flag
vote up 2 vote down

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

link|flag
vote up 1 vote down

(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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.