visual-studio-codevscode-extensions

How to filter out files with certain file extensions in VSCode?


For example, I have 1000 files under a repo, I want to filter out all files with .vue/.tsx extensions, not searching for their content, rather just filter by the file names, how to achieve this?


Solution

  • Ah, just found out I could do that by using Ctrl/Command+P (go to file), and type .vue/.tsx to filter.