Searching theme files for keywords or code snippets

I’ve been struggling for a while finding snippets, CSS classes, etc. in shopify themes doing dev. work for clients for sometime. Wish Shopify would add better search functions into the theme editor.

Is the Chrome extension route and the Diffy app the only way to go here? Other than setting up Git and using command line, which isn’t something some merchants want to invest time in.

1 Like

@Dynasort

→ You can find file or snippet by besides search option
→ If you want to search any classes in your file then you can try below one search option (Ctrl+f(Shortcut key for accessing the search option))

Yes of course, but what if I don’t know where the class “black_friday_2022” exists in templates or sections? E.g. my client has 72 different versions of product.liquid… I know - why would there be 72, that’s another story.

2 Likes

THANK YOU for pointing out how to find the Search bar!!! I’ve been wasting so much time scouring files looking for specific code.