Command Palette & Navigation
ShortcutDescription
Ctrl+Shift+POpen Command Palette
Ctrl+PQuick Open file by name
Ctrl+Shift+EFocus Explorer sidebar
Ctrl+Shift+FGlobal search across files
Ctrl+Shift+GOpen Source Control panel
Ctrl+`Toggle integrated terminal
Ctrl+Shift+`Create new terminal
Ctrl+BToggle sidebar visibility
Ctrl+\Split editor to the right
Ctrl+1/2/3Focus editor group 1, 2, or 3
Editing Essentials
ShortcutDescription
Ctrl+DSelect next occurrence of current word
Ctrl+Shift+LSelect ALL occurrences of current word
Alt+ClickAdd cursor at click position
Ctrl+Alt+↑/↓Add cursor above / below
Alt+↑/↓Move line up / down
Shift+Alt+↓Copy / duplicate line down
Ctrl+Shift+KDelete current line
Ctrl+/Toggle line comment
Shift+Alt+AToggle block comment
Ctrl+ZUndo
Ctrl+Shift+ZRedo
TabIndent selected lines / Emmet expand
Shift+TabOutdent selected lines
Ctrl+]Indent line
Ctrl+[Outdent line
Code Navigation & IntelliSense
ShortcutDescription
F12Go to Definition
Alt+F12Peek Definition (inline)
Shift+F12Show all References
F2Rename symbol across files
Ctrl+SpaceTrigger IntelliSense suggestions
Ctrl+Shift+OGo to symbol in current file
Ctrl+GGo to specific line number
Ctrl+HomeJump to beginning of file
Ctrl+EndJump to end of file
Ctrl+Shift+\Jump to matching bracket
Emmet in VS Code
Abbreviation / KeyOutput
!Full HTML5 boilerplate
div.container>header+main+footerLayout scaffold with children
ul.nav>li.nav-item*4>a.nav-link{Item $}Nav list with numbered links
form>input:text+input:email+button[type=submit]{Send}Contact form scaffold
Ctrl+Alt+Enter (Win) / Ctrl+Opt+Enter (Mac)Balance tag (expand to wrap)
Tab after abbreviationExpand Emmet abbreviation
.box{content}*3Three divs with class and text
(header>nav)+(main>section*2)+footerFull page layout with grouping
Settings & Zen
ShortcutDescription
Ctrl+K+Ctrl+SOpen Keyboard Shortcuts editor
Ctrl+K+Ctrl+TSelect color theme
Ctrl+,Open Settings UI
Ctrl+Shift+VPreview Markdown file
Ctrl+K+ZZen Mode (distraction-free)
F11Toggle full screen
Ctrl+=Increase font size
Ctrl+-Decrease font size