how to search files in a directory in sublime text code example
Example: sublime search all files with extension in folder or project
Press Ctrl+Shift+f
Type in Find: SomethingToSearch
Type in Where (without quotes):
/path/to/folder, *.js
/path/to/folder, *.php
/path/to/folder, *.vue