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.
views:
94answers:
1
+2
A:
The plugin AutoComplPop does this, if you also have Perl omnicompletion set up.
michaelmichael
2010-07-22 14:14:18