[Pydev-code] Eclipse: ctrl + click to go the functions and classes
Brought to you by:
fabioz
|
From: joe s. <joe...@gm...> - 2007-11-05 14:40:07
|
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? |