How to select opened file in projects list in PHPstorm? I mean, have a PHPstorm "select in projects" Netbeans function analog.
51
votes
5 Answers
68
votes
24
votes
In PHPStorm 6, the project tool window provides Scroll from Source
button, which i believe, does what you want. Take note though that the button will only appear once Autoscroll from Source is unchecked from the window settings which can be accessed by clicking the cogwheel icon 
Looking for this as well and stumbled on this question so I'll provide my answer here.
14
votes
6
votes
While NetBeans allows you to do this all in one keyboard shortcut, I couldn't find one shortcut to accomplish this. But with the following process you can accomplish it in two easy keystrokes.
For PhpStorm 5:
- Open the Preferences dialog box and select
Keymapon the left. - Use the search box for "Select In" or navigate in the tree to
Main menu>Navigate>Select In...then right-click on it and selectAdd Keyboard Shortcut. - Select the top box
First Strokeand press the key combination on your keyboard you want to use to initiate theSelect In...dialog box. - Click the
OKbutton to close the Preferences window and accept the new keymap. - Hit the key combination from Step 3. A small dialog box opens. Notice option
1. Project Viewis selected by default. Simply press[ENTER]or1and the currently open file will be highlighted in your Project pane.
