Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpStorm - navigation back keyboard shortcut not working

Tags:

php

phpstorm

When I Ctrl + click on method it will jump to declaration of that method.

Question: How to jump back to usage of that method?

I tried Ctrl + Alt + Left combination but nothing happen (not working).

When I click Navigation > Back it worked.

image

https://www.jetbrains.com/phpstorm/help/navigation-in-source-code.html

Back
[Ctrl]+[Alt]+[Left]
Undo last navigation operation.
On a OS X computer, you can also use the three-finger right-to-left swipe gesture.

like image 259
Ing. Michal Hudak Avatar asked May 20 '15 09:05

Ing. Michal Hudak


1 Answers

On windows CTRL + ALT + [direction] will rotate display (if video card supports it). You have to change this shortcut to something else (mine is CTRL + SHIFT + [direction]).
Settings / Appearence & Behavior / Keymap / Main menu / Navigate / Left

like image 176
Justinas Avatar answered Sep 19 '22 01:09

Justinas