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
Press Ctrl + Shift + F
click on 3 dots under search box.
type your query in search box
type ./FOLDERNAME in files to include box and click Enter
Alternative way to this is, Right click on folder and select Find in Folder