Today I Learned - Rocky Kev

TIL the hotkey for collapsing all codeblocks within VSCode

POSTED ON:

TAGS:

Ctrl + k + [0, 1, 2, 3...] for depth

For a list of all shortcuts, check out: ctrl + k + s

Collapse all codeblocks


Related TILs

Tagged:

TIL VScode bracket formatting for PHP

Intelephense -> Format: Braces: k&r

TIL how to get WordPress functions working in VSCode

Right out of the box, PHP Intelephense Extension for VSCode will give errors for WordPress code. How to fix.

TIL the hotkey for collapsing all codeblocks within VSCode

Have multiple cursors