Additional Fold Commands for VS Code
Toggles between indentation
and language
folding. VS Code 1.22 introduced language
folding which does not support the features of Fold Plus.
This command is provided to easily toggle between each mode.
Determines the level of the line with the active cursor and executes a fold of the entire document at that level.
Determines the level of the parent line of the active cursor and executes a fold of the entire document at that level.
Folds the entire document matching the selected text or the word under the cursor.
Folds the entire document except sections with text matching current selection or current word under the cursor.
Folds the entire document except the current line with cursor.
Fold parent of current line
Fold all children of current line
Unfold all lines matching a regex
Unfold all lines same level as cursor line
Unfold all lines containing the current selected text