DEV Community

Discussion on: What are your favorite VS Code shortcuts?

Collapse
 
robertotonino profile image
Roberto Tonino • Edited

I recently discovered the "fold" and "unfold" commands that allow you to open/close groups of parenthesis. Before I had to go next to the line numbers and toggle the groups with the mouse.

Command IDs:

"editor.fold"
"editor.unfold"

I bound them with CTRL + SHIFT + ' (for fold) and CTRL + SHIFT + ì (for unfold)

Collapse
 
benjioe profile image
Benjioe

I made thats extension if you are interested.

Collapse
 
madza profile image
Madza

Looks interesting 🤩

Collapse
 
robertotonino profile image
Roberto Tonino • Edited

Those bottom left buttons definitely need a keybinding 😁