[ phpeclipse-Feature Requests-1607715 ] Smart Goto Source

"SourceForge.net" <[email protected]> Sun, 03 Dec 2006 02:26:57 -0800
Newsgroups gmane.comp.ide.eclipse.phpeclipse.devel
Message-ID <[email protected]>
Feature Requests item #1607715, was opened at 2006-12-03 03:23
Message generated for change (Comment added) made by dizmo
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=484804&aid=1607715&group_id=57621

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: editor
Group: 1.2.x
>Status: Closed
Priority: 5
Private: No
Submitted By: Gerry (gerrry)
Assigned to: Nobody/Anonymous (nobody)
Summary: Smart Goto Source

Initial Comment:
Basically just being able to right click on a function/method call, and being able to select an option which will bring you straight to it's declaration. This is a pretty standard feature in many editors (as it makes coding so much faster), so I would love to see it in phpEclipse.

Here's Zend Studio's version of it:
http://www.zend.com/products/zend_studio/feature_list#Goto

Note, you may need to be careful in the way that you find the position of the declaration. Because of the __autoload feature of PHP, you would probably want to search for the function using the contents of the project instead of trying to find it by searching all of the require or include files. Then again it might be even better if you were to do both.

As I said, no simple task.

----------------------------------------------------------------------

>Comment By: Alex Tarachanowicz (dizmo)
Date: 2006-12-03 05:26

Message:
Logged In: YES 
user_id=742309
Originator: NO

If you hold down ctrl and hover over a funciton or class name it will
become a hyperlink to the declaration. If you click on it will bring you
to the selected function/method or class if it is the only one that exists
in the project. Otherwise it will prompt you with a dialog to select the
proper source file. If you right click on a function or class name there
is an option in the context menu named "Open Declaration/Include" with the
hotkey F3.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=484804&aid=1607715&group_id=57621

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV