100% Free Forever
AI-Powered Learning
Industry Expert Content
Certificates & Badges
Learn At Your Own Pace

VS Code Shortcuts & Extensions Cheat Sheet

VS Code Shortcuts & Extensions Cheat Sheet

A reference for essential Visual Studio Code keyboard shortcuts, multi-cursor editing, and popular productivity extensions.

1 PageBeginnerJan 25, 2026

Navigation Shortcuts

Moving around files and the workspace (Windows/Linux; use Cmd on macOS).

  • Ctrl+P- Quick open a file by name
  • Ctrl+Shift+P- Open the Command Palette
  • Ctrl+Tab- Switch between open editor tabs
  • Ctrl+`- Toggle the integrated terminal
  • Ctrl+B- Toggle the sidebar
  • Ctrl+Shift+E- Focus the file Explorer view
  • Ctrl+G- Go to a specific line number

Editing Shortcuts

Faster text manipulation and multi-cursor editing.

  • Ctrl+D- Select next occurrence of current word (multi-cursor)
  • Alt+Click- Add a cursor at the clicked position
  • Ctrl+/- Toggle line comment
  • Alt+Up / Alt+Down- Move current line up or down
  • Shift+Alt+Up / Down- Copy line up or down
  • F2- Rename symbol across the file/project
  • Ctrl+Space- Trigger IntelliSense suggestions

User settings.json Snippet

Common customizations placed in settings.json.

json
{  "editor.formatOnSave": true,  "editor.tabSize": 2,  "editor.fontSize": 14,  "files.autoSave": "onFocusChange",  "editor.minimap.enabled": false,  "terminal.integrated.defaultProfile.linux": "bash"}
Pro Tip

Use `code --diff file1 file2` from the terminal to open two files side by side in VS Code's diff viewer without leaving the command line.

Was this cheat sheet helpful?

Explore Topics

#VSCodeShortcutsExtensions#VSCodeShortcutsExtensionsCheatSheet#ToolsOthers#Beginner#NavigationShortcuts#EditingShortcuts#User#Settings#CheatSheet#SkillVeris
Advertisement
Sri Hayavadhana Info-Tech

Professional Web Designing Services

  • Responsive Websites
  • E-commerce Solutions
  • SEO Friendly Design
  • Fast & Secure
  • Support & Maintenance
Get a Free Quote

Share this Cheat Sheet