Re: [Pydev-code] Eclipse: ctrl + click to go the functions and classes
Brought to you by:
fabioz
|
From: patrimith <pad...@gm...> - 2007-11-05 15:12:07
|
You are talking about 'Go To Definition': http://www.fabioz.com/pydev/manual_adv_gotodef.html It is activated by highlighting the text and typing 'F3' or by mousing over the text and using 'CTRL-LEFT_CLICK'. Both PyDev (http://pydev.sf.net/) and PyDev Extensions (http://www.fabioz.com/pydev) have this feature and I consider it to be essential. So long as you have configured both PyDev and your project correctly, you should not have a problem. You probably have your interpreter configured correctly (http://www.fabioz.com/pydev/manual_101_interpreter.html). You can make sure by typing in 'from time import ' and then hit 'CTRL-SPACE'. Is a list of the members in the time module presented? Most likely you have not configured your Python project correctly (http://www.fabioz.com/pydev/manual_101_project_conf2.html). Have you specified a source folder? crybaby-2 wrote: > > I am using Eclipse with PyDev. I would like to know how you click > navigate functions and classes in your project, as in Java. > -- View this message in context: http://www.nabble.com/Eclipse%3A-ctrl-%2B-click-to-go-the-functions-and-classes-tf4752036.html#a13588545 Sent from the pydev-code mailing list archive at Nabble.com. |