Search code examples
phpstorm

PhpStorm searching in project tool window


I'm using PhpStorm 10.0.4

When I start typing characters in project tool window it searchs for files containing typed text. enter image description here

Is it possible to change this behavior so only files that begins with typed text would be matched?


Solution

  • Is it possible to change this behavior so only files that begins with typed text would be matched?

    AFAIK no. There are no GUI settings for this at all.

    Plus, this Speed Search is used in many places/tool windows and search logic is the same.


    P.S. If you need to search for files .. why not try more appropriate (in general sense) Navigate | File... instead?

    Speed Search only finds items in already expanded nodes (as it's a basic search on already displayed text) .. but Navigate | File... will look for files everywhere in the project.