How to search a file in PhpStorm?

PhpPhpstorm

Php Problem Overview


  1. Eclipse has this feature where you can search any file in your folder. Is there any such feature in PhpStorm?

  2. Is there a shortcut for indentation and how can I customize that?

Googled it, but no results.

Php Solutions


Solution 1 - Php

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.

enter image description here

Solution 2 - Php

In Phpstorm version 7.1.2 you need to go to Navigate -> File... or press Ctrl+Shift+N

Solution 3 - Php

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.

enter image description here

Solution 4 - Php

  1. 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)

  2. 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 - Php

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionHIRA THAKURView Question on Stackoverflow
Solution 1 - PhpShankar Narayana DamodaranView Answer on Stackoverflow
Solution 2 - PhpMDTView Answer on Stackoverflow
Solution 3 - PhpExperimenterView Answer on Stackoverflow
Solution 4 - PhpMartin LantzschView Answer on Stackoverflow
Solution 5 - PhpMahad AliView Answer on Stackoverflow