tags:

views:

156

answers:

1

I want to navigate to a member declaration under the point. Creating a tag file using etags *.php and then navigating with find-tag is limited in that it doesn't seem to have any sense of the calling class. So you have to cycle if two classes have methods with the same name.

Semantic's semantic-ia-fast-jump function, another potential option, doesn't seem to work at all for PHP methods.

+1  A: 

I have used this a time or two.

http://ctags.sourceforge.net/

Try it out, see if it works for you.

copperfinger