Speed up your workflow and master your development environment with these time-saving tips, hotkeys, and customizations for VS Code.
Action | Windows/Linux | macOS |
---|---|---|
Command Palette | Ctrl + Shift + P | Cmd + Shift + P |
Quick Open(File Search) | Ctrl + P | Cmd + P |
Toggle Terminal | Ctrl + `` | Cmd + `` |
Split Editor | Ctrl + \ | Cmd + \ |
Toggle Sidebar | Ctrl + B | Cmd + B |
Comment Line | Ctrl + / | Cmd + / |
Format Document | Shift + Alt + F | Shift + Option + F |
Rename Symbol | F2 | F2 |
Multi-cursor Selection | Alt + Click | Option + Click |
Show Problems Panel | Ctrl + Shift + M | Cmd + Shift + M |
json
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code, JetBrains Mono, Consolas, monospace"
Extension Name | Description |
---|---|
Prettier | Code formatter. Supports man languages. |
ESLint | Find and fix problems with your JavaScript/TypeScript code. |
GitLens | Powerful tools to manage Git inside VS Code. |
Live Server | Launch a local dev server with live reload. |
REST Client | Test APIs directly in the VS Code Editor. |
Path Intellisense | Auto-complete file paths. |
Bracket Pair Colorizer | Color matching brackets. |
Markdown All in One | Enhanced markdown editing. |