Is there a way to search for text in all files in a directory using VS Code?
I.e., if I type \"find this\" in my search, it will search through all the files in the
To add to the above, if you want to search within the selected folder, right click on the folder and click "Find in Folder" or default key binding:
Alt+Shift+F
As already mentioned, to search all folders in your project, click Edit > "Find in Files" or:
Ctrl+Shift+F