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!
I use Vim and vim-script perl-support for Perl programming. But in the perlsupport like
Share
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.