VS Code Cheat Sheet/Open Command Palette

Run any VS Code command quickly.

Section: Getting Around

Open Command Palette

text
text
Windows/Linux: Ctrl+Shift+P
macOS: Cmd+Shift+P
Explanation

Fastest way to discover and invoke built-in commands, extension commands, and settings actions.

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 Getting Around
Quick Open file
Jump to files, symbols, and recent items.
OpenIn sheettextsame section
Go to line
Jump directly to a line number in the current file.
OpenIn sheettextsame section
Go to symbol in file
Jump to a function, class, or symbol in the current file.
OpenIn sheettextsame section
Show symbols in workspace
Search symbols across the workspace.
OpenIn sheettextsame section
Toggle integrated terminal
Open or focus the integrated terminal.
OpenIn sheettext1 tag match
Delete line
Remove the current line quickly.