class browser

Hoang tr at jotsite.com
Thu Mar 13 12:11:41 EST 2003


Is there a Python project class browser tool like in Visual Studio?  The
behavior that is most useful is this:

- All the top-level classes are listed in the treeview pane.
- Drilling down gives you the methods and attributes.
- Clicking on them brings you to the source code of the method or attribute.

These are just the behaviors of Visual Studio but it is very useful.  I
thought that ActiveState's VisualPython plug-in would give that
functionality but it was missing that.  It only lets you browse files in the
project, which is of limitted use.






More information about the Python-list mailing list