[ phpeclipse-Feature Requests-1607715 ] Smart Goto Source
"SourceForge.net" <[email protected]> Sun, 03 Dec 2006 06:46:23 -0800
| Newsgroups | gmane.comp.ide.eclipse.phpeclipse.devel |
|---|---|
| Message-ID | <[email protected]> |
Feature Requests item #1607715, was opened at 2006-12-03 16:23 Message generated for change (Comment added) made by gerrry 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: Gerry (gerrry) Date: 2006-12-03 22:46 Message: Logged In: YES user_id=1659423 Originator: YES Thanks a million Alex! I had tried the context menu entry, however it didn't do a thing, however the other method did lead me to the cause of my problem. I was having the same issues as this guy (except didn't know it till tryin the Ctrl+click combo thing): http://www.phpeclipse.de/tiki-view_forum_thread.php?forumId=3&comments_parentId=2659 After manually fixing the project and building, things then started working perfectly. Thanks so much mate and sorry for the bogus feature request. ---------------------------------------------------------------------- Comment By: Alex Tarachanowicz (dizmo) Date: 2006-12-03 18: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