Sergey Ivanov
Sergey Ivanov

Reputation: 3929

Pycharm go back after ctrl+click

I'm using PyCharm and quite use ctrl+click to look up a declaration of a function. After that I want to return to my code and I have to scroll down (often a lot). Is there a useful shortcut to go back to the function usage after you looked up its declaration?

The closest I found was ctrl+alt+backspace to go last edit location. However, often the function I'm checking is not last edited snippet of code.

Upvotes: 5

Views: 3461

Answers (2)

reejad
reejad

Reputation: 106

In Pycharm community 2018.1 in Windows this is alt+left to jump back, alt+right to jump forward again.

Upvotes: 3

yole
yole

Reputation: 97338

Navigate | Back (Ctrl+Alt+Left in the default keymap)

Upvotes: 8

Related Questions