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.