Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linked Braces in Visual Studio 2008

How can I, create a vertical line between the open brace and close brace in Visual Studio 2008 (C#), if you can't understand about what I'm talking, there's a following picture(Pic1).

[Pic1 - I want to do this with the braces] http://www.hanselman.com/blog/content/binary/vsbeforefonts.png

Thanks.

like image 857
Rodrigo Reis Avatar asked Jun 25 '09 13:06

Rodrigo Reis


2 Answers

That looks like DevExpress to me....

Specifically, the "Structural highlighting" feature:

alt text
(source: devexpress.com)

like image 196
Marc Gravell Avatar answered Nov 16 '22 08:11

Marc Gravell


Those lines are created by CodeRush, an addin with more that just brace matching.

like image 33
Scott Weinstein Avatar answered Nov 16 '22 08:11

Scott Weinstein