Complete official reference guide for line editing, multi-cursor, navigation, file management, and terminal hotkeys.
Software developers and DevOps engineers using Visual Studio Code and Cursor AI achieve peak velocity by staying on the keyboard. This official reference sheet categorizes all 80+ essential VS Code hotkeys for Windows and macOS.
Press Ctrl + Shift + P (or โ + Shift + P on Mac) or F1. This launches the Command Palette to execute all editor actions and commands.
Highlight a word or variable name and press Ctrl + D (or โ + D). Each press selects the next matching instance in your active file for multi-cursor batch editing.
Press Ctrl + ` (Control + Backtick) to show or hide the integrated terminal panel without leaving your editor workspace.