Speed up your development flow by utilising common keyboards shortcuts in VS Code. Once you get a hang of a few shortcuts, you can deepdive into the complete list of all macos keyboard shortcuts for VS Code.
Find selected text
- all instances:
⇧⌘L - the next instance:
⌘D
Multi-cursor selection
- above the current line:
⌥⌘↑ - below the current line:
⌥⌘↓
Select text around cursor
- Up:
⇧↑ - Down:
⇧↓ - Left:
⇧← - Right:
⇧→
Code folding
- Fold current selection:
⌥⌘[ - Unfold current selection:
⌥⌘] - Unfold all code in file:
⌘K⌘J
Split screen display
- vertical:
⌘\ - horizontal:
⌥⌘0(split vertical first)

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.






Discussion (1)
Really helpful! I use split screen a lot when building firmware. I was also looking for how to do ⇧⌘L last night lol. Thanks a bunch!