The index is stored in a "project.index" file for every project with php-nature.
Right-mouse click in the PHP editor on an indexed class- or function-name should open the file, where the identifier is declared.
id="net.sourceforge.phpeclipse.actions.showAction">
</action>
</objectContribution>
-
+
+ <viewerContribution
+ targetID="#PHPEditorContext"
+ id="net.sourceforge.phpeclipse.actions.popupOpenDeclaration">
+ <action
+ label="Open PHP Declaration"
+ class="net.sourceforge.phpeclipse.actions.PHPOpenDeclarationEditorActon"
+ menubarPath="additions"
+ id="net.sourceforge.phpeclipse.actions.opendeclaration">
+ </action>
+ </viewerContribution>
+
<viewerContribution
targetID="#PHPRulerContext"
id="net.sourceforge.phpdt.ui.PHPEditorPopupActions">