visual studio ide expanding

  • Thread starter Thread starter gordon
  • Start date Start date
G

gordon

Hi

I have VS 2003 and i would like to make all of the regions in C# code expand
when i open the code. Is there an option where this could be the default?

If not, Is there a simple way to expand them all?

thanks

Doug
 
This can be done through the options section.
Tools -> Options ->Text Editor->C#->Formatting->[Uncheck "Collapse #region
blocks when files open"]
 
Back
Top