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"]
 
Right click in the code window and take a look at the outlining context
menu.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top