searching multiple files in sublime text?

Viewed 5573

I'm trying to locate every instance of an expression in an open source project. Sublime text lets me do a search within a file for an expression like this with command F (on a Mac)

socket.on('api:admin.user.makeAdmin..

and SublimeText also lets me search for the names of files in the project but I don't know how to search multiple files for an expression that might occur anywhere. Since, for example, a socket can be listening for an emit anywhere in a project, it's hard to track down where the listeners are. However, this question obviously applies to more situations than that one example. If I can't do it with SublimeText is there another way to do it?

2 Answers
Related