Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut to jump back to last location

Tags:

phpstorm

Often then I code I press on methods to check them out. Obviously PhpStorm jumps to that method location. Is there a shortcut to jump back to where I was before pressing on a method? I don't want to scroll back to that certain part of code again.

Using Windows 10

like image 778
Dancia Avatar asked Oct 24 '25 15:10

Dancia


1 Answers

Try this:

Ctrl + Alt + Left

Will take you to last location. If you use Right you can go the other way around.

like image 140
Pablo Santa Cruz Avatar answered Oct 26 '25 23:10

Pablo Santa Cruz