| General |
| Show Command Palette | Ctrl+Shift+P |
| Quick Open / Go to File | Ctrl+P |
| New Window | Ctrl+Shift+N |
| Close Window | Ctrl+Shift+W |
| User Settings | Ctrl+, |
| Keyboard Shortcuts | Ctrl+KCtrl+S |
| Editing |
| Cut line (empty selection) | Ctrl+X |
| Copy line (empty selection) | Ctrl+C |
| Move line up/down | Alt+↑/↓ |
| Copy line up/down | Alt+Shift+↑/↓ |
| Delete line | Ctrl+Shift+K |
| Insert line below | Ctrl+Enter |
| Insert line above | Ctrl+Shift+Enter |
| Jump to matching bracket | Ctrl+Shift+\ |
| Indent / outdent line | Ctrl+]/Ctrl+[ |
| Go to beginning of line | Home |
| Go to end of line | End |
| Go to beginning of file | Ctrl+Home |
| Go to end of file | Ctrl+End |
| Toggle line comment | Ctrl+/ |
| Toggle block comment | Alt+Shift+A |
| Undo | Ctrl+Z |
| Redo | Ctrl+Y |
| Format document | Alt+Shift+F |
| Format selection | Ctrl+KCtrl+F |
| Multi-cursor & Selection |
| Insert cursor above/below | Alt+Ctrl+↑/↓ |
| Undo last cursor | Ctrl+U |
| Select all occurrences of current selection | Ctrl+Shift+L |
| Select all occurrences of current word | Ctrl+F2 |
| Add selection to next find match | Ctrl+D |
| Select current line | Ctrl+L |
| Column (box) selection | Shift+Alt+drag |
| Search & Replace |
| Find | Ctrl+F |
| Replace | Ctrl+H |
| Find next/previous | F3/Shift+F3 |
| Toggle case-sensitive | Alt+C |
| Toggle regex | Alt+R |
| Toggle whole word | Alt+W |
| Search across files | Ctrl+Shift+F |
| Replace across files | Ctrl+Shift+H |
| Navigation |
| Go to line | Ctrl+G |
| Go to symbol in file | Ctrl+Shift+O |
| Go to symbol in workspace | Ctrl+T |
| Go to definition | F12 |
| Peek definition | Alt+F12 |
| Open definition to side | Ctrl+KF12 |
| Go back / forward | Alt+←/Alt+→ |
| Go to next error/warning | F8 |
| Show all references | Alt+Shift+F12 |
| Editor Management |
| Close editor | Ctrl+W |
| Close folder | Ctrl+KF |
| Split editor | Ctrl+\ |
| Focus 1st/2nd/3rd editor group | Ctrl+1/2/3 |
| Move editor left/right | Ctrl+Shift+PgUp/PgDn |
| New editor group to the left/right | Ctrl+K←/→ |
| File Management |
| New file | Ctrl+N |
| Open file | Ctrl+O |
| Save | Ctrl+S |
| Save as | Ctrl+Shift+S |
| Save all | Ctrl+KS |
| Close all editors | Ctrl+KCtrl+W |
| Display |
| Toggle full screen | F11 |
| Toggle sidebar | Ctrl+B |
| Toggle terminal | Ctrl+` |
| Toggle problems panel | Ctrl+Shift+M |
| Zoom in/out | Ctrl+=/Ctrl+- |
| Reset zoom | Ctrl+0 |
| Zen mode | Ctrl+KZ |
| Debug |
| Toggle breakpoint | F9 |
| Start / continue debug | F5 |
| Stop debug | Shift+F5 |
| Step over | F10 |
| Step into | F11 |
| Step out | Shift+F11 |
| Show hover | Ctrl+KCtrl+I |
| Integrated Terminal |
| Create new terminal | Ctrl+Shift+` |
| Copy selection | Ctrl+C |
| Scroll up/down | Ctrl+↑/↓ |
| Scroll page up/down | Shift+PgUp/PgDn |
| Scroll to top/bottom | Ctrl+Home/End |