This week's VS Code tip is the Tree find control. Search for files within the tree explorer and have them filter right in the tree view!
Bring focus to your tree explorer in VS Code via keyboard or mouse. From there, press CTRL + F (CMD + F on macOS) to make the find control appear.
In the find control, enter what you're looking for. In my case, I'm looking for files with svelte
in them.
Press the filter button or use the keyboard to filter, and voilà!
And that's it! Happy VS Coding!
Top comments (3)
The default shortcut on Mac seems to be changed for new VS Code updates after 1.82, being
⌥⌘F
instead of⌘F
.Thank you! I thought that they have rollbacked this feature)
you should press F3