Edit: my system had global key map which had overridden PyCharm. Here's the original question:
I've tried these answers, but nothing happened: Keyboard shortcut for Jump to Previous View Location (Navigate back/forward) in IntelliJ IDEA
For example:
- I'm navigating to a function body,
- put the cursor on a function call,
- click F12 ("go to definition")
- from the new location (the function's body), how do I return to the function call?
I've tried these, but they didn't do anything:
- Ctrl+Shift+Left
- Ctrl+Shift+F2 <-- this is my default mapping
- Alt+Shift+Left
- Ctrl+Shift+backspace
- don't try that on linux: Ctrl+Alt+backspace
Or maybe F12 ("go to def") isn't "strong enough" to trigger a location-change event?