PHPStorm navigation in source code: How to go one step back?

1

I am trying to use PHPStorm IDE instead of NetBeans IDE for coding with PHP.

The problem is here: NetBeans is good at jumping into declaration of any method (Ctrl + Left mouse key). And is good at jumping back (Alt + Left). I know this.

However, PHPStorm could go in (Ctrl + Left mouse key), but not back... Alt + Left does not work for one step back. How to go one step back?

I am working on Windows 8.1 if it makes any difference.

Paulius

Posted 2015-02-25T15:50:39.883

Reputation: 21

Answers

3

Please try Ctrl+Alt+Left (Navigate | Back)

lena

Posted 2015-02-25T15:50:39.883

Reputation: 1 026

By the way, there was problem with Ctrl+Alt+Left on the PC where Intel HD Graphics is active. The solution to the problem could be found here: https://devnet.jetbrains.com/docs/DOC-195

– Paulius – 2015-03-13T12:10:17.210