“Ouvrez tout effondrement dans VSCODE” Réponses codées

effondrer tout code vscode

Use:
Ctrl + K + 0 to fold all 
Ctrl + K + J to unfold all

Mac:
Command + K + 0
Command + K + J
Wicked Wolf

Visual Studio Code effondrer tout

// Fold
Ctrl + K + 0 // fold everything that could be folded
Ctrl + K + 1 // fold just the main branches

// Unfold
Ctrl + K + J // unfold everything
Ham-Solo

Ouvrez tout effondrement dans 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
polyglot orca

Réponses similaires à “Ouvrez tout effondrement dans VSCODE”

Questions similaires à “Ouvrez tout effondrement dans VSCODE”

Plus de réponses similaires à “Ouvrez tout effondrement dans VSCODE” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code