VS Code Cheat Sheet/Open Source Control view

Jump to the SCM panel quickly.

Section: Settings, Debugging, and Git

Open Source Control view

text
text
Windows/Linux: Ctrl+Shift+G
macOS: Ctrl+Shift+G

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Settings, Debugging, and Git
Open Settings UI
Search and edit settings through the UI.
OpenIn sheettextsame section
Enable format on save
Format files automatically when saved.
OpenIn sheetjsonsame section
Start debugging
Launch the current debug configuration.
OpenIn sheettextsame section
Basic Node.js launch.json
Minimal launch config for debugging a Node script.
OpenIn sheetjsonsame section
Open Command Palette
Run any VS Code command quickly.
Delete line
Remove the current line quickly.