Pycharm
tech/tool
Navigate: open class: cmd+o open file: shift+cmd+o show function code: cmd+y show current file content structure: cmd+F12, cmd+8 next in menu: ctrl+n previous in menu: ctrl+p go to definition: cmd+b go back: cmd+[ split vertically: cmd+\
Edit: redo: shift+cmd+z indent: ctrl+alt+tab, tab show basic completion hint: alt+h
Find: find: cmd+f replace: cmd+r find in path: cmd+shift+f
Run: run: ctrl+r run current curser: ctrl+shift+r
Refactor: rename: shift+F6, cmd+0 find usages: alt+7, alt+F7