Reputation: 3929
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
Reputation: 106
In Pycharm community 2018.1 in Windows this is alt+left to jump back, alt+right to jump forward again.
Upvotes: 3