How to search a file in PhpStorm?
Solution 1:
From the Menu of PHPStorm Choose Navigate -> File or use the shortcut ALT+SHIFT+O or CMD+SHIFT+O or CTRL+SHIFT+N (as per the edit). Type the required file name you want to search. Done.
Screenshot for your understanding.
Solution 2:
In Phpstorm version 7.1.2 you need to go to Navigate -> File... or press Ctrl+Shift+N
Solution 3:
Ctrl+Shift+N - search in whole project, that is minus. If you need to search in some specific folder, you can use the "File mask:"
Press Ctrl+Shift+N and in the right top corner you will have this field. Look at the screenshot.
Solution 4:
On the main menu, choose Edit | Find | Find in Path, or press Ctrl+Shift+F (see http://www.jetbrains.com/phpstorm/webhelp/finding-and-replacing-text-in-project.html)
On the main menu, choose Code | Reformat Code, or press Ctrl+Alt+L (see http://www.jetbrains.com/phpstorm/webhelp/reformatting-source-code.html)
Solution 5:
Another and easy way would be to press double Shift on Linux or Windows. It would open a search bar and from there select file. More over exact short cut can be found(as told above) by Nagivigation>Find.