| [news.eclipse.tools.pdt] Re: Find Function within PHP project |
P.S. Excuse me for the caused version confusion.
Shawn Clark wrote:Thanks for the quick reply ÐÑÐÑÐ ÐÐÐÐÑÑÐÐ...
I was thinking that functionality must be there as I use to use a similar ability with my Java development. Unfortunately with the I20080616 build I don't have that 'Open PHP Element' menu item. The other thing is pressing F3 while on a function name doesn't take me to the declaration. I will grab the latest nightly build to see if it is back.F3 doesn't work for me with the latest integration build too. Will try to figure out another way around. Another tip, somehow related, it to track down something usable with Ctrl+3 - giving you access to nearly all UI/menu items.
-- Shawn Clark
ÐÑÐÑÐ ÐÐÐÐÑÑÐÐ wrote:Hi Shawn, you can use 'Navigate' > 'Open PHP Element' from the main menu or Shift+Alt+G shortcut. If you need to go to the function declaration just click on the function name and press F3.
Shawn Clark wrote:Hello,
I have a Drupal project that I am working on through Eclipse 3.4 with PDT 1.1. In the PHP Project Outline I noticed that there is a listing of all functions from the PHP files on Drupal. As Drupal uses very little in the way of classes the function list is very long for each module that is used with Drupal. Is there a way to quickly search for a function much like you look for a class (Open Type) / file (Open Resource)???
If there is no way, how do I go about making a request to get that functionality added? I don't think it would take much more work as the list of functions is already being done by the indexer.
Thanks
P.S. I know I could do a search through all the php files to find the function but that includes all calls to the function. I would much rather be able to take advantage of the list that is already in the PHP Project Outline.
-- Shawn Clark
-- Stoyan