Master essential VS Code keyboard shortcuts to supercharge your coding workflow and boost productivity. This deck covers navigation, selection, and multi-cursor commands to help you write code faster and more efficiently.
Go to line/column
Ctrl + g
Go to symbol
Ctrl + Shift + o
Expand selection
Alt + Shift + right
Shrink selection
Alt + Shift + left
Select next occurance
Ctrl + Shift + down
Select previous occurrence
Ctrl + Shift + up
Select all occurrences
Ctrl + Shift + l
Add cursor above
Alt + Shift + up
Add cursor below
Alt + Shift + down