I am used to Resharper where I can search for files, not the content, but the filename, which makes it quick to open new files.
Is this feature implemented in Visual
You can also press F1 to open the Command Palette
and then remove the >
via Backspace. Now you can search for files, too.
To search for specifil file types in visual studio code.
Type ctrl+p and then search for something like *.py.
Simple and easy
If using vscodevim extension, ctrl + p won't work so I saw another answer using:
ctrl + shift + p
which opens the command palette. Hit backspace to remove the '>' and then start typing your filename.
Using Go to File... which is under the Go menu or using keyboard shortcut:
Then type the file name.
Also be sure to checkout that you can set your own keybindings and that there are cheatsheets available for Windows, macOS and Linux.
On OSX, for me it's cmd ⌘ + p. cmd ⌘ + e just searches within the currently opened file.
I'm using VSCode 1.12.1
OSX press : Cmd + p