How to select opened file in projects list in PHPstorm? I mean, have a PHPstorm \"select in projects\" Netbeans function analog.
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:
Keymap
on the left.Main menu
> Navigate
> Select In...
then right-click on it and select Add Keyboard Shortcut
.First Stroke
and press the key combination on your keyboard you want to use to initiate the Select In...
dialog box.OK
button to close the Preferences window and accept the new keymap.1. Project View
is selected by default. Simply press [ENTER]
or 1
and the currently open file will be highlighted in your Project pane.