Hacker News new | ask | show | jobs
by Bystroushaak 1672 days ago
Not sure about bare PyCharm, but if I shift click on any function use, it goes to the function definition. When I shift click on the definition, it shows me all of the uses. I use a lot of custom shortcuts for things like refactoring (rename, move up / down the class hierarchy, move to another file, change signature / arguments) and to show quick documentation.
1 comments

That should be CTRL+SHIFT+click, not just shift click. Muscle memory, heh.