The most useful shortcut
Finding your way around an unfamiliar or a large code base can be difficult, disorienting, and annoying. There is a keyboard shortcut that solves this problem, which is shared across multiple tools like VS Code and Chrome/Edge Developer Tools (dev tools).
To search for and open a file in VS Code or the Sources panel in dev tools, use the following shortcut:
On macOS: + P
On Windows: Ctrl + P.
You'll quickly discover that this is the shortcut that you will be using the most.