Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to search a file in PhpStorm?

Tags:

php

phpstorm

  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.

like image 255
HIRA THAKUR Avatar asked Aug 22 '13 06:08

HIRA THAKUR


People also ask

How do I find a file in PhpStorm?

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.

How do I search globally in PhpStorm?

Search everywhereFrom the main menu, select Navigate | Search Everywhere or press Shift twice to open the search window. By default, PhpStorm displays the list of recent files.

How do I search for a file name in WebStorm?

Search for files and foldersPress Ctrl+Shift+N and start typing your query, CamelCase and snake_case are supported. The list shrinks as you type. Select the file or folder you need and press Enter . If you selected a file, WebStorm opens it in a new editor tab.


2 Answers

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

like image 115
Shankar Narayana Damodaran Avatar answered Sep 21 '22 15:09

Shankar Narayana Damodaran


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

like image 24
MDT Avatar answered Sep 21 '22 15:09

MDT