Search code examples
menuuser-experiencephpstormright-click

Adding 'show in explorer' to the phpstorm menu


When right clicking on a folder/file in the project explorer I get an option to show in explorer

enter image description here

However when right clicking inside the file or the code view I do not get this option.

enter image description here

Is there a way to add this to the menu?


Solution

  • Editor context menu: you have to add it there yourself -- Settings | Menus and Toolsbars | Editor Popup Menu

    On another though: use keyboard -- it's faster: Alt+F1, 8 or View | Select In... | Show In Explorer.

    Alternatively: assign custom shortcut to that specific action at Settings | Keymap -- search by "show" word -- the action will be listed at the very end of the matched list: "Show/Revel in Explorer..."