I am looking for a particular div in the Shopify Liquid files of a large-ish site I am new to and that I did not build. However, I have to check the files one by one to find if the div is there, which is unefficient. The PHPStorm editor has the ctrl+shift+F option to search the file arborescence for a specific string in any file. Does Shopify have an equivalent, and what is it?
Not to be confused with:
- Adding a search bar on a Shopify site
- Searching Shopify store admin (I need to look at the Liquid code, not the store)
Tried already:
- Googled 'shopify equivalent of phpstorm ctrl+shift+F'
- Googled 'shopify keyboard shortcuts'
- Googled 'shopify find in path'
- Googled 'shopify search code'
Found no relevant result.