tags:

views:

143

answers:

2
+3  Q: 

Resharper braces

In resharper 4.5 for VS2008, is there a way to get a solid straight line to be shown between starting brace and ending braces.

A: 

ReSharper > Options > Editor > Highlight matching delimiters...

lance
That highlights the brace characters, but it doesn't show a line connecting the pair of braces. At least not on my machine.
Chris Farmer
lance
+4  A: 

You can add that feature to Visual Studio by installing CodeRush Xpress (it's compatible with ReSharper). Free download is here:

http://www.devexpress.com/crx

That feature is called Structural Highlighting and you can see a screen shot of it on this page:

http://is.gd/7IPvd

Mark Miller
I'm a historical resharper addict, but the coderush UI embellishments are way cooler. Two thumbs up.
Chris Farmer
I'm finally going to check out CodeRush. I've been meaning to forever. Also, Mark, two thumbs up on the "Campbell Franklin" decision!
lance

related questions