Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Intelligent ctags for perl in vim

by osfameron (Hermit)
on Jul 02, 2006 at 15:06 UTC ( [id://558855]=note: print w/replies, xml ) Need Help??


in reply to Intelligent ctags for perl in vim

I refactored pltags.pl into a module Perl::Tags, which I've not got around to releasing, but lives in my svn at http://greenokapi.net/svn/.vim/perllib/Perl/Tags.pm

One of the enhancements over plain old pltags.pl is descending into @INC using a not particularly sophisticated algorithm (looking for lines that look like use directives). If you grub around the rest of the .vim directory you can see how I use it in vim - it's probably not very elegant but it's quite powerful.

update 2007-07-03: bundled up, documented, (but not really tested) at http://search.cpan.org/~osfameron/Perl-Tags/

Replies are listed 'Best First'.
Re^2: Intelligent ctags for perl in vim
by imp (Priest) on Jul 02, 2006 at 15:46 UTC
    Great - thank you for sharing.

    I looked over the source and it appears to be what I am looking for. Look forward to playing with it later.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://558855]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (9)
As of 2024-03-28 09:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found