The PyDev 0.4 release added a function and import hyperlink feature to the Python source editor. If you hold down the control key while hovering over an import or a function call that is on the PYTHONPATH, PyDev will display a hyperlink, allowing you to navigate to the source of the import or function. Note that in order for this to work for your source code across modules (linking from one module to another), you’ll have to change your PYTHONPATH environment variable to include those modules so that PyDev can find them.
Some nice-to-have source editing features have started being added to PyDev in the latest release, including block comment/uncomment, and shift code right/left (see Figure 4).

