Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# structural highlighting in Visual Studio



Is there any way to make code blocks highlighting/collapsing in Resharper ?
In CodeRush it is called "structural highlighting" feature:

alt text

Or maybe other Visual Studio 2010 add-on(preferably free) which would do this simple job and would not conflict with Resharper.

thanks

like image 454
acidrain Avatar asked Sep 28 '10 10:09

acidrain


2 Answers

I don't think that Resharper have this feature, instead you could use the free Visual Studio 2010 extension : StructureAdornment

StructureAdornment screenshot

like image 53
Julien Hoarau Avatar answered Sep 19 '22 13:09

Julien Hoarau


ReSharper itself can not do this for you out of the box but you could use the free CodeRush Xpress wich is compatible with ReSharper.

like image 31
bitbonk Avatar answered Sep 22 '22 13:09

bitbonk