Visual Studio IDE Question #2

  • Thread starter Thread starter Jeff S
  • Start date Start date
J

Jeff S

Is there a way to expand/collapse all code regions?
example:
#region Web Form Designer generated code
....
#endregion

without having to point and click the little + and - symbols next to each in
the IDE?
 
Yes(case insensitive)

To collapse all code defenition
Ctrl + M + O

To expand all code defenition
Ctrl + M +

----- Jeff S wrote: ----

Is there a way to expand/collapse all code regions
example
#region Web Form Designer generated cod
...
#endregio

without having to point and click the little + and - symbols next to each i
the IDE
 
Back
Top