VS.NET shortcut for Expand all code

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

If cntrl M+O compresses all your code so that everthing is accessible by a +
sign, how can you uncompress ALL the code in a single .cs file? Thanks in
advance.

Mark
 
Hello Mark,

ctrl + M + L is the most close to what you search...
and its a toggle, unlike M + O

Vincent.
 
If cntrl M+O compresses all your code so that everthing is accessible by a +
sign, how can you uncompress ALL the code in a single .cs file? Thanks in
advance.

Mark

ctrl-M, ctrl-L

see also the menu Edit | Outlining


Hans Kesting
 
Mine is set at
Ctrl+M, Ctrl+L

but you could change it under
Edit.ToggleAllOutlining

in the keyboard section of the options
 

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