I am switching from Vim to PHPStorm. In Vim, I had a plugin called CtrlP, which could be used to search for files with my own path using fuzzy logic.
For example, searching for the string " defaorderwid "
Offers the file "themes / defa ult / views / order / wid get.php"
(Sublime also has this feature (Go To All), available via Ctrl + P. )
How can I do something like this in PHPStorm? I know Ctrl + Shift + N search, but it searches only file names without paths.
This is important for me, because in the current project I have many files named "widget.php" in different folders.
intellij-idea webstorm phpstorm
user2665732
source share