Is there a way to search through a folder of files for a word in the code text?

Solution 1:

If you're not scared of terminals ...

In finder, right-click the folder, go to services, select open Terminal here

Then:

grep -l searchterm *json