If you tagged some files like this
You could find them easily if needed in Sublime with a regex search.
localonly(?! echo)
This would find all files that contain “localonly” and do NOT contain “echo”.
Ctrl “F” then select the square (with a start in it) furthest left called “regular expression”