Tuesday, February 23, 2010

Re: Trying to go to the definition of class/function in PHP 5 code


No idea? Is that possible in C++?

For those who didnt understand my question, this is 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 tag corresponding to the class3, because it is the class of the object "class3_object".

Javi

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments: