Hacker News new | ask | show | jobs
by CodeGlitch 1719 days ago
Not quite - Using grep, I can go into a deep sub directory and search within just those files, which I don't think you can do from the find-in-files feature in VSCode.
1 comments

You can do this in VSCode with glob patterns to limit the search directory, e.g. "Find 'foobar' within './path/to/deep/directory/*/*.txt'"