How to search a file in PhpStorm?

HIRA THAKUR picture HIRA THAKUR · Aug 22, 2013 · Viewed 68.5k times · Source
  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.

Answer

Shankar Damodaran picture Shankar Damodaran · Aug 22, 2013

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