Start with frequent tasks
Learn the commands you use every hour: search, save, switch tabs, copy, paste, undo, and open command menus.
Productivity Reference
Practical Notes
Learn the commands you use every hour: search, save, switch tabs, copy, paste, undo, and open command menus.
The same action may use Ctrl on Windows or Linux and Command on macOS.
Shortcuts stick faster when you use them during real work instead of reading a list once.
| Shortcut | Application | Action |
|---|---|---|
| Ctrl+Shift+T | MS VSCode | Reopen closed editor |
| Ctrl+H | MS VSCode | Replace |
| Ctrl+Shift+H | MS VSCode | Replace in files |
| Ctrl+KthenR | MS VSCode | Reveal active file in Explorer |
| Ctrl+S | MS VSCode | Save |
| Ctrl+KthenS | MS VSCode | Save All |
| Ctrl+Shift+S | MS VSCode | Save As... |
| Ctrl+↑or↓ | MS VSCode | Scroll line up/down |
| Alt+PgUporPgDn | MS VSCode | Scroll page up/down |
| Shift+PgUporPgDn | MS VSCode | Scroll page up/down |
| Ctrl+HomeorEnd | MS VSCode | Scroll to top/bottom |
| Ctrl+↑or↓ | MS VSCode | Scroll up/down |
| Ctrl+Shift+L | MS VSCode | Select all occurrences of current selection |
| Ctrl+F2 | MS VSCode | Select all occurrences of current word |
| Alt+Enter | MS VSCode | Select all occurrences of Find match |
| Ctrl+L | MS VSCode | Select current line |
| Ctrl+KthenO | MS VSCode | Show active file in new window/instance |
| Ctrl+T | MS VSCode | Show all Symbols |
| Ctrl+Shift+P | MS VSCode | Show Command Palette |
| Ctrl+Shift+D | MS VSCode | Show Debug |
| Ctrl+Shift+E | MS VSCode | Show Explorer / Toggle focus |
| Ctrl+Shift+X | MS VSCode | Show Extensions |
| Ctrl+KthenCtrl+I | MS VSCode | Show hover |
| Ctrl+` | MS VSCode | Show integrated terminal |
| Ctrl+Shift+U | MS VSCode | Show Output panel |
| Ctrl+Shift+M | MS VSCode | Show Problems panel |
| Shift+F12 | MS VSCode | Show References |
| Ctrl+Shift+F | MS VSCode | Show Search |
| Ctrl+Shift+G | MS VSCode | Show Source Control |
| Shift+Alt+← | MS VSCode | Shrink selection |
| Ctrl+\ | MS VSCode | Split editor |
| F5 | MS VSCode | Start/Continue |
| F11orShift+F11 | MS VSCode | Step into/out |
| F10 | MS VSCode | Step over |
| Shift+F5 | MS VSCode | Stop |
| Shift+Alt+A | MS VSCode | Toggle block comment |
| F9 | MS VSCode | Toggle breakpoint |
| Alt+CorRorW | MS VSCode | Toggle case-sensitive / regex / whole word |
| Shift+Alt+0 | MS VSCode | Toggle editor layout (horizontal/vertical) |
| F11 | MS VSCode | Toggle full screen |
| Ctrl+/ | MS VSCode | Toggle line comment |
| Ctrl+Shift+J | MS VSCode | Toggle Search details |
| Ctrl+B | MS VSCode | Toggle Sidebar visibility |
| Alt+Z | MS VSCode | Toggle word wrap |
| Ctrl+Shift+Space | MS VSCode | Trigger parameter hints |
| Ctrl+SpacethenCtrl+I | MS VSCode | Trigger suggestion |
| Ctrl+KthenCtrl+X | MS VSCode | Trim trailing whitespace |
| Ctrl+U | MS VSCode | Undo last cursor operation |
| Ctrl+KthenCtrl+J | MS VSCode | Unfold (uncollapse) all regions |
| Ctrl+KthenCtrl+] | MS VSCode | Unfold (uncollapse) all subregions |