Is there a way to have vim work with tags of the format &package::sub(arg)? I
have tried normal ctags, and pltags, but they don't work with this. When I
ctrl-] on "sub", I'd like to be taken to the definition of package's sub. I
recall it identifying definitions of the form class->method(arg). Even if I'm
not taken to the correct definition of sub, but given a list of matches as
normal, that would be better than nothing at all.
Judging from looking around google, vim.org, etc, it seems either nobody has
ever tried to do this, which I find hard to believe, or I'm missing something
incredibly obvious.
(Unfortunately I'm using vim 6.1).
--
.