When I open a code file in a new code window, I press Ctrl+M,O to collapse everything there. As far as I know this can be done by default, without need to press anything every time. I think I did it once, but can't remember where was this option located.

link|improve this question

70% accept rate
Did you mean expand? I thougth the default was to collapse it. – Kirk Woll Jun 10 '11 at 21:30
feedback

3 Answers

up vote 0 down vote accepted

As a last resort if you can't get it to work with settings, you can also write a macro to do this. Check out this link for an example on this.

link|improve this answer
feedback

Have you tried Tools\Options\Text Editor\C#\Advanced and check the "Enter outlining mode" when files open?

link|improve this answer
feedback

This is possible. Go to the Tools menu, then select options.

Text Editor
 \ C#
   \ Advanced

The option is called "Enter outlining mode when files open." When outlining mode is enabled, your regions are collapsed by default.

link|improve this answer
It only works the first time you open, but not when you reopen... – Petar Ivanov Jun 10 '11 at 21:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.