Feature Request: Projekt quicksearch for files only show filtered files
Hey guys, I love phpstorm. But I am running into an issue right now. I have a project with a lot of files (.php, .xml, .js, .css etc.). What would be a cool feature is when I am in the project window and I type in a file name (part), instead of hi-lighting those files and me still skimming through all directories, I would love to see that it only shows those files. That way I can quickly grab all files for opening. My productivity would be greatly increased that way.
Maybe that's a feature not too complicated to integrate in the next version.
Thank you very much.
Best regards,
Frank
请先登录再写评论。
Hi Frank,
I will quote my response from the related support ticket here as well, I hope you would not mind.
If I got your concern correctly, it should be covered by the following ticket:




https://youtrack.jetbrains.com/issue/IDEA-162029/Provide-a-way-for-finding-all-files-in-the-project-tree-by-a-name-pattern
Also, at this moment, speed search in Project tool window does not work if directory nodes are not expanded, so this one should be fixed first:
https://youtrack.jetbrains.com/issue/IDEA-124062/Cannot-search-for-entries-in-Project-Structure-that-are-collapsed
As a workaround of some sort, you may use "Navigate > File" instead:
Then select all files and open them all at once:
As an extra suggestion, if you use the same patterns on a constant basis, you may create a scope:
And use it to filter the Project tool contents:
(https://www.jetbrains.com/help/phpstorm/settings-scopes.html)