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
Enter Search Keyword in search (CTRL + SHIFT + F)
Exclude unwanted folder's/files by using exclude option (!)
ex: !Folder/File*
Hit Enter
Search results gives you desired result