On Mon, 10 Jul 2006, Hakim Cassimally wrote:

> You might also want to try my recently released perl module
> Perl::Tags... It has the advantage of being embeddable within
> Vim, so you can incrementally add to a tags file as you edit.
> 

> http://search.cpan.org/~osfameron/Perl-Tags/lib/Perl/Tags.pm

Check Perl::Tags out. It dynamically pulls in the tags in all the
perl modules that you have used in the file you are editing. (And in all
those modules that those modules used!)

You can also create tags for anything in your file that you can
parse with a regex. You can do this with ctags too, but it's
nicer to do it in a module, rather than on the command line.

-- 
Dr Bean                      If I did not see further, it was because those
                             who would stand on my shoulders would not
                             have me stand on theirs.
                             --Dr Bean

Reply via email to