Horje
open all collapse in vscode Code Example
collapse all code vscode
Use:
Ctrl + K + 0 to fold all 
Ctrl + K + J to unfold all

Mac:
Command + K + 0
Command + K + J
visual studio code collapse all
// Fold
Ctrl + K + 0 // fold everything that could be folded
Ctrl + K + 1 // fold just the main branches

// Unfold
Ctrl + K + J // unfold everything
open all collapse in vscode
Ctrl + K + 0    fold all 
Ctrl + K + J    unfold all
Ctrl+Shift+[    Fold (collapse) region  editor.fold
Ctrl+Shift+]    Unfold (uncollapse) region  editor.unfold
Ctrl+K Ctrl+[   Fold (collapse) all subregions  editor.foldRecursively
Ctrl+K Ctrl+]   Unfold (uncollapse) all subregions  editor.unfoldRecursively
Ctrl+K Ctrl+0   Fold (collapse) all regions editor.foldAll
Ctrl+K Ctrl+J   Unfold (uncollapse) all regions




Shell

Related
install gui apps using homebrew Code Example install gui apps using homebrew Code Example
how to append linux to exists flutter project Code Example how to append linux to exists flutter project Code Example
move a branch back in git Code Example move a branch back in git Code Example
see processes from other terminals Code Example see processes from other terminals Code Example
ubuntu shared hosting set default cron editor Code Example ubuntu shared hosting set default cron editor Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12