Fold Methods -> Shift+Ctrl+K+M
Unfold All -> Shift+Ctrl+K+A
In der
Doku steht noch mehr dazu:
Zitat:
Shift+Ctrl+K+A Expands all blocks of code.
Shift+Ctrl+K+C Collapses all classes.
Shift+Ctrl+K+E Collapses a block of code.
Shift+Ctrl+K+G Collapses Initializes/finalize and interface/implementation.
Shift+Ctrl+K+M Collapses all methods.
Shift+Ctrl+K+N Collapses a namespace/
Unit.
Shift+Ctrl+K+O Toggles between enabling and disabling Code Folding.
Shift+Ctrl+K+P Collapses nested procedures.
Shift+Ctrl+K+T Toggles the current block between collapsed and expanded.
Shift+Ctrl+K+U Expands a block of code.