Sublime Forum

How can I display all occurances of a search?

#1

I spend a lot of my professional time looking at logs and I’ve found my favorite tool is Notepad++ because I am able to run a search and have a select-able list of occurrences which I can use to jump around the file, or simply see the difference in time stamps between 2 occurrences without having to manually jump between the 2. This also works across multiple files.

I’m finding myself living in Linux and Mac environments more and more often which npp doesn’t support. Is there a feature in sublime text that does something similar to this?

0 Likes

#2

You might be looking for “Find in Files” (ctrl+shift+f).

0 Likes