cursor-folding.foldAll |
Fold All |
Ctrl+Alt+Shift+` |
Fold all blocks |
cursor-folding.unfoldAll |
Unfold All |
Ctrl+` |
Unfold all blocks |
cursor-folding.foldCurrentBlock |
Fold Current Block |
Alt+Shift+[ |
Folds the block the cursor is in |
cursor-folding.unfoldCurrentBlock |
Unfold Current Block |
Alt+Shift+] |
Unfolds the block the cursor is in |
cursor-folding.toggleFoldCurrentBlock |
Toggle Fold Current Block |
Alt+` |
Toggles between folding and unfolding the current cursor block |
cursor-folding.foldLevelN |
Fold Level ... |
Ctrl+K Ctrl+0 |
Ask for a number from 1 - 9, then folds the level of that number |
cursor-folding.foldAllUpperBlocks |
Fold All Upper Blocks |
Ctrl+Alt+\ |
Folds all blocks that are one level above the level the cursor is in |
cursor-folding.foldAllDeeperBlocks |
Fold All Deeper Blocks |
Ctrl+Alt+\ |
Folds all blocks that are one level below the level the cursor is in |
cursor-folding.foldAllEnclosingDeeperBlocks |
Fold Scoped Deeper Blocks |
Alt+Shift+\ |
Does the same thing as the command above, but constricts itself to the block the cursor is in |
cursor-folding.foldSameIndent |
Fold Same Indentation |
Ctrl+Shift+` |
Folds all blocks of the same level as the block the cursor is in |
cursor-folding.foldAllExceptCursor |
Fold All Except Cursor |
Alt+F |
Focuses the current scope by folding all other blocks |
cursor-folding.foldUntilCursor |
Fold Until Cursor |
Ctrl+Alt+[ |
Folds all blocks above the cursor |
cursor-folding.foldPastCursor |
Fold Past Cursor |
Ctrl+Alt+] |
Folds all blocks below the cursor |
cursor-folding.foldSelection |
Fold Selection |
Alt+Shift+[ |
Folds the current selections. Can have the same keybind as Fold Current Block |
cursor-folding.unfoldSelection |
Unfold Selection |
Alt+Shift+] |
Unfolds the current selection. Can have the same keybind as Unfold Current Block |