in reply to Jumping through perl modules with vim
I've been meaning to give ctags a try, so I took a quick look via google and found that it supports perl, so I'll have to give it a try in the morning. The page I found gives a sample invocation as something like this:
ctags -f tags --recurse --totals \ --exclude=blib --exclude='*~' \ --languages=Perl --langmap=Perl:+.t
Update: Another thread here on perlmonks mentions a pltags.pl script that comes with vim, and a module by osfameron. I'll have to look into those as well.
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Jumping through perl modules with vim
by remiah (Hermit) on Jan 21, 2011 at 08:52 UTC |