Expand |
Ctrl+NumPad Plus or Ctrl+Equals
| Expand method, class or any other foldable block of code at caret. |
Collapse |
Ctrl+NumPad - or Ctrl+Minus
| Fold method, class or any other foldable block of code at caret. |
Expand All |
Ctrl+Shift+NumPad Plus or Ctrl+Shift+Equals
| Expand all folded blocks in the current source file. |
Collapse All |
Ctrl+Shift+NumPad - or Ctrl+Shift+Minus
| Collapse all foldable blocks in the current source file. |
Fold Selection / Remove Region |
Ctrl+.
| Collapse or expands the current selection.
This option folds or unfolds arbitrary fragments of text.
|
Fold Code Block |
Ctrl+Shift+.
| Collapse current block of code, even though that block does not have folding toggles,
for example,
if
or
when
constructs.
|