Eclipse Pydev Ctrl-Click (Go to Definition) Doesn't Work OSX

Posted by Koobz on Super User See other posts from Super User or by Koobz
Published on 2010-06-16T06:08:07Z Indexed on 2010/06/16 6:13 UTC
Read the original article Hit count: 396

Filed under:
|

My Pydev set up in OS X is kind of busted. I'm working on a Django project and I find that Ctrl-Click never actually goes to the definitions of any of my objects or functions.

I actually have a symlink to Django/django in my workspace so that it's easier to cross reference Django code. My guess is that something is wrong with the builder, but it doesn't throw up any errors.

Does anyone have advice here?

Different topic: does anyone know of a good way to use Ctrl-Shift-R (Open resource) and filter files by folder? It's not that useful in python projects where you have 20 urls.py showing up.

© Super User or respective owner

Related posts about osx

Related posts about pydev