Search code examples
phpphpstorm

opposite to "go to declaration" in phpstorm


When I use phpstorm I often use "Go to declaration" by pressing CTRL and left mouse click. This takes me to the method declaration in the class. Thats fine but few moments later I want to scroll back where I just clicked declared method.

Is there a keyboard shortcut to scroll back where I just looked or I need to always remember to bookmark a view before I click "Go to declaration"?


Solution

  • Ctrl+Alt+<left arrow>

    ....................