Search code examples
phpstorm

PhpStorm: how to go back after a Ctrl+B?


Can someone tell me if there is a shortcut in PhpStorm that allows to go back to the file I was before I press Ctrl+B shortcut?

Edit: Ctrl+B may be the key shortcut for navigating to the declaration of a variable (the part of the code that states what $var is set to).


Solution

  • Yes, there is shortcut for that: ALT + left (Navigate -> Back)