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?
Ah, just found out I could do that by using Ctrl/Command
+P
(go to file), and type .vue
/.tsx
to filter.