Home > Article > Development Tools > How to find files by file name in vscode
Press the shortcut key ctrl p to pop up a small window, enter the file name in the input box above, and click on a file in the drop-down box
When searching, it is case-insensitive and matches multiple parts of the file name. For example, searching for do can match the file DBconfig.js
Pressing ctrl shift p or pressing f1 will also open this search box, but the search box opened by pressing f1 is search commanded. After removing the > symbol, it becomes the search box for searching file names
Recommended related articles and tutorials:vscode tutorial
The above is the detailed content of How to find files by file name in vscode. For more information, please follow other related articles on the PHP Chinese website!