Aug 12, 2021
1 min read

Quickly Navigate to a File in VS Code

If you are working with hundreds of files in VS Code, you can easily navigate to that file by using "Ctrl + P" (Quick Open) and start typing in the file that you are looking for.
Share:

If you are working with hundreds of files in VS Code, you can easily navigate to that file by using “Ctrl + P” (Quick Open) and start typing in the file that you are looking for.

Ctrl + P

If you want to navigate between all currently opened files in an editor group, Hold Ctrl and press Tab to switch between it.

Extra tip: You can also use @ to access the file fields and methods quickly.

Related Posts