Tagged Questions

6
votes
7answers
718 views

Hiding the regions in Visual Studio

I know VS code folding issues are an old chestnut, but I haven't been able to find this in all the other discussions I have browsed through: We have a team of C# guys, some love regions and others ...
2
votes
1answer
786 views

How to change the color of a #region in Visual Studio's 2008

I maybe going mad, but for the life of me I can't find the option to change the colour of collapsed region's in VS2008. For example if I have the following code: '#region Test Region ...
0
votes
2answers
236 views

How to change the color of expanded regions' titles in VS2008?

I would like to know if is there a way to change the color of expanded regions' titles in VS2008. Even by using a third part plug-in. #region My Region Title //I want this text to be in a customized ...