Eclipse has this feature where you can search any file in your folder. Is there any such feature in PhpStorm?
Is there a shortcut for indentation and how can I customize that?
Googled it, but no results.
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)
how to search a keyword in file in phpstorm?google.com/… - zzlalaniNote: Use Ctrl+Shift+F and Ctrl+Shift+R to toggle between the Find In Path and Replace In Path dialog boxes- zzlalani