Setup Pydev Extensions to autocomplete Zope & Plone paths
You can get very nice autocomplete and auto-import of Plone and Zope packages and modules by installing the Pydev Extensions to Eclipse (this is a comercial add-on for PyDev, by the same author).
- Setup the python interpretor in Window > Preferences > Pydev
- Add the zope instalation lib/python path to the Pydev project preferences (in my case it was /opt/Zope-29/lib/python)
- Add the zope home folder to the Pydev - PYTHONPATH External Folders project preferences (in my case it was /home/tibi/z29instance). This is the folder that contains the Products subfolder.
- If you have packages installed in the lib/python folder in the zope instance, add that as well.
Pydev Extensions to Eclipse
-Tim Knapp (http://kokorice.org)