views:

84

answers:

2

Hi,

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

+4  A: 

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

StructureAdornment screenshot

madgnome
+1  A: 

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.

bitbonk