How to roll #region automatically

  • Thread starter Thread starter mamin
  • Start date Start date
M

mamin

Is there any shortcut to roll #region in VisualStudio 2005 or in
Resharper ? Or maybe there's somewhere an option that causes that
after openinig cs file all regions are rolled?
 
In VS2003 at least, if you go to Options/TextEditor/C#/Formatting, there is
a tickbox to "Collapse #region blocks when files open". Ctrl-M + Ctrl-O will
also collapse all regions.
 
Back
Top