[WISH] Python editor parsing open file and displaying structure

We are developing rather large projects in Python, sometimes including libraries or classes with a couple of dozen methods. Thus, finding the right spot in a file with 1000+ lines needs a lot of scrolling.

It would be very helpful (no, fantastic!) if the Python editor could parse the open file(s), show the structure of the defined classes and methods in the tree window on the left and just jump the cursor to the respective def-line upon clicking on the method name.

Fabian

Might be useful in this context to use a full-fledged IDE (i.e. Visual Studio)