Fold PlusAdditional Fold Commands for VS Code Toggle Indentation/Language FoldingToggles between Fold All Same Level as CursorDetermines the level of the line with the active cursor and executes a fold of the entire document at that level. Fold All Same Level as ParentDetermines the level of the parent line of the active cursor and executes a fold of the entire document at that level. Fold All with Selected TextFolds the entire document matching the selected text or the word under the cursor. Fold All keep Selected TextFolds the entire document except sections with text matching current selection or current word under the cursor. Fold All keep Cursor LineFolds the entire document except the current line with cursor. Fold ParentFold parent of current line Fold ChildrenFold all children of current line Unfold All Lines Matching...Unfold all lines matching a regex Unfold All Same Level as CursorUnfold all lines same level as cursor line Unfold All with Selected TextUnfold all lines containing the current selected text |