Search code examples
phpstorm

Shortcut to jump back to last location


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


Solution

  • Try this:

    Ctrl + Alt + Left

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