Victor
Victor

Reputation: 5353

How to switch to source code in PhpStorm?

I want to be able to quickly switch to the code editor window in PhpStorm. I've found "jump to source" hotkey, but it works that way: if I have some folder selected in my directory tree ("Project", on the left side) and I use the hotkey (F4 by default) I won't get switched. Also, if some other file has been selected in directory tree I'll get switched to the code of the selected file. However, I just want to emit clicking on the editor field using mouse. Just switch.

Upvotes: 0

Views: 130

Answers (1)

LazyOne
LazyOne

Reputation: 165178

However, I just want to emit clicking on the editor field using mouse. Just switch.

Just Esc -- that's it.

Upvotes: 3

Related Questions