How do I open all files found by a partial search using FuzzyFinder?
For example, if I type in Directory>.php, it finds all the php files in the directory, but how can I open them all at once?
Thanks!
|
feedback
|
|
I don't know how to use FuzzyFinder to do this, but you could put all the PHP files in Directory in your args list by executing
and then open all the files in the args list with
See
You might find the following useful as well.
| |||
|
feedback
|