DEV Community

Discussion on: Productive Full-Stack Development with PyCharm

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao • Edited

Awesome article actually there's actually a feature in Pycharm.

Where you press "ctrl+left click" to functions or methods. It jumps to functions or methods you had declared that is being used.

It really saves you alot of time to hunt down the function or methods in different python files.