Is there a PHP editor out there that supports navigation from a function call to the implementation of the function without having to browse the file system (e.g. by double-clicking on the function name)?
I have read through the PHP Code Navigator description but it does not say anything about the feature I'm looking for: In the code where a function is called, I want to double-click (or right-click or whatever) on the function name to jump to the function's definition.
Mon Mar 09, 2009 1:12 am
gitmans
Junior Member
Joined: Mon Oct 16, 2006 3:41 pm Posts: 25
Hi, Sorry if it's not clear, but if code navigator (or code explorer) is opened it shows all functions and classes, so you can easely go to any, as described in "How to perform search in PHP Code Navigator" on the page you mentinoed. Also you can just right click on the function in your code and one of the menu items would be "go to the declaration". I hope it helps.
Users browsing this forum: No registered users and 0 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum