I know how to search for a single string in several files at once with Sublime 3 (explained here).
What I need to do is to search for multiple strings in several files.
I've tried going to Find in files
and setting:
Field: string1 \& string2
Where: /path_to_folder_containing_the_files_I_want_to_ search/
(where string1
and string2
are the strings I want to search for) but that doesn't seem to work.
Can this be done at all?