http://www.perlmonks.org?node_id=719061


in reply to Class Browser for Perl

My guess is that you can get some of what you want with Exhuberant Ctags. I use the Exhuberant Ctags plugin for vim, and it displays a very readable structured view. A project I discovered called "inheritanCe" attempts to leverage this for what it sounds like you want. It might not be as IDE-y as you want, but it's a start.

Ctags: http://ctags.sourceforge.net/
inheritanCe: http://www.suckfuell.net/jochen/software.html#inheritance

Replies are listed 'Best First'.
Re^2: Class Browser for Perl
by saragwyn (Novice) on Oct 23, 2008 at 23:25 UTC
    Has anyone used Perl::Tags with vim? Does it provide class browsing?
    Sara