I am using Eclipse with PyDev. I would like to know how you click navigate functions and classes in your project, as in Java.
For example in the code below: class Form(BaseForm): If I press Ctrl + move the arrow to "BaseForm" and click on it, eclipse should take me to where "BaseForm" super class is declared. At the moment this is not working for me. Is this functionality included in Eclipse + PyDev? ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ pydev-code mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-code
