Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHPstorm project navigation

Tags:

phpstorm

How to select opened file in projects list in PHPstorm? I mean, have a PHPstorm "select in projects" Netbeans function analog.

like image 366
Shura Knows Avatar asked May 25 '12 12:05

Shura Knows


People also ask

Why use WebStorm over PhpStorm?

P.S. Since WebStorm has different release cycle than PhpStorm, it can have new JS/CSS/HTML oriented features faster than PhpStorm (it's all about platform builds used).

How do you focus a project tool window?

Just select a file in the Project tool window and press the spacebar. The file will open in a popup, which is usually enough to look through the contents and decide whether you want to work with it or not. This is useful when you need to look through several files without exceeding the tab limit.

How do I restore my PhpStorm toolbar?

Press Ctrl+Alt+S to open the IDE settings and select Appearance & Behavior | Menus and Toolbars. In the list of available menus and toolbars, expand the node you want to customize and select the desired item.

How do I navigate source code?

To navigate forward, press Ctrl+Alt+Right . To navigate to the last edited location, press Ctrl+Shift+Backspace . To find the current caret location in the editor, press Ctrl+M . This action might be helpful if you do not want to scroll through a large file.


1 Answers

Navigate (View in older versions) | Select In... | Project View. It's also possible to enable Autoscroll from source option in the Project View settings.

like image 114
CrazyCoder Avatar answered Sep 23 '22 00:09

CrazyCoder