I use Vim and vim-script "perl-support" for Perl programming. But in the perlsupport like Perl Vim IDE I couldn't find a feature for show all functions and variables in my script. Are there any other useful vim scripts for this goal or how I can reach it with other approaches? Thanks for a response!
Check out the Tagbar plugin. It uses CTAGS, which is a Unix standard way of indexing symbols in source code for a variety of languages. The plugin page has details on setting it up.
Sorry for of topic. this is not plugin that show function/variables.
Use perlomni.vim
This provides code completion that can show candidates by analysing contexts. For example,
use Foo;
my $foo = Foo->new;
$foo->
perlomni show method functions. it's awesome.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With