views:

94

answers:

1

Is it possible to have Vim autocomplete show which functions are available to a given module? So if I include a module called math and then go:
math::
and at that i could get a list of the functions available through that module.

+2  A: 

The plugin AutoComplPop does this, if you also have Perl omnicompletion set up.

michaelmichael