Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Making "Search Everywhere" in PHPStorm similar to Sublime Text 3 "Goto Anything"

I'm making the switch over from ST3 and I would like to replicate one of the search behaviours that I frequently used in ST3.

When I used Sublime Text 3, I would frequently press Ctrl + P to bring up the "Goto Anything" panel.

It looks like this:

enter image description here

As you can see, the ST3, uses fuzzy string matching to match any path and file name in your project.

So for example typing

ze vi help will match any file which contains that sequential list of characters in it's file path.

On the other hand, when you use PHPStorm for "Search Everywhere" it only searches the class name or the file name.

Is there a way to include this functionality? I would like PHPStorm to search the filepath and filename, rather than the PHP class names in the files.

like image 535
Layke Avatar asked Apr 22 '15 09:04

Layke


1 Answers

If you miss a fuzzy file search like the one in Sublime, please vote for IDEABKL-6959

like image 148
lena Avatar answered Sep 19 '22 15:09

lena