In Visual Studio (2008) is there a command to collapse/expand all the sections of code in a file?
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- the application was unable to start correctly 0xc0
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
相关文章
- How to show location of errors, references to memb
- How to add external file to application files ( cl
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- Copy different file to output directory for releas
- Edit & Continue doesn't work
- “Csc.exe” exited with code -1073741819
CTL + M + A collapses all
works for me, whereas
CTL + M + O
does not
Collapse All - Ctrl + M + O
Expand All - Ctrl + M + L
None of these worked for me. What I found was, in the editor, search the
Keyboard Shortcuts
file foreditor.foldRecursively
. That will give you the latest binding. In my case it was CMD + K, CMD + [.Press
CTL + A
Then
CTL + M + M
To compress all, including child nodes, in XML-files.
if you want to collapse and expand particular loop, if else then install following plugins for visual studio.