Search code examples
sublimetext2phpstorm

Phpstorm : Make "fuzzy opening" ignore specific characters


I'm looking for the way to make PhpStorm use the same fuzzy opening behaviour as SublimeText.

Example : the file i want to access is :

/admin/controller/user/user_controller.php

In sublime text i'll open i can open it with :

admctrlusrctrl

But in PhpStorm i've got to add slashes and can't write per example "usr" for "user_controller"

Any way to fix that ?

Thanks ?


Solution

  • Not currently possible, please vote for IDEABKL-6959.

    see https://www.jetbrains.com/webstorm/help/navigating-to-class-file-or-symbol-by-name.html for some tips on using Navigate/File