phpeclipse: jump to function definition?

definition, eclipse, function, php

Solution

Using Juno and PDT (PHP Development Tools) you can add this useful feature to a project in this way:

right click on the project -> Configure -> Add PHP Support.

Problem

From zend's IDE I know that Ctrl+left click on a function name opens the corresponding source file and jumps to the functions definition Is there anything similar in eclipse especially phpeclipse OR CDT? I'm not sure if its just a `window->preferences` setting I don't see OR some kind of source code indexing I may have disabled which also don't find in the settings (if available) Anyone knows the right settings? I'm using eclipse 3.4.1 with pdt 2.0.0.v20081229.

Original source