help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to go to the definition of a function


From: Javier GARCIA
Subject: Re: Trying to go to the definition of a function
Date: Tue, 23 Feb 2010 12:11:58 +0100

Hi again,

i have found out is possible generate tags that take PHP5 in consideration with ctags and option "-e" (emacs).

But i dont know yet if it is possible going directly to a function in case you have a function with the same name in several class.

Here you have an example:

Imagine i have tagged several classes (class1, class2, class3, etc) that have the method foo().

If i have this code:

$class3_object = new class3();
$class3_object->foo();

I'd like to go directly to the foo() definition in the class3, because it is the class of the object "class3_object".

Javi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]