VS Code Cheat Sheet/Quick Open file

Jump to files, symbols, and recent items.

Section: Getting Around

Quick Open file

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

Type file names, add `:` for line number, or `@` for symbols depending on context.

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
Open Command Palette
Run any VS Code command quickly.
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
Delete line
Remove the current line quickly.
Find in current file
Search inside the current editor.