I have good PHP syntax that highlights all the settings and looks great. Now I need the ability to show built-in function signatures or tooltips when typing.
This is so common in many IDEs, I think someone has a plugin to do this for VIM.
Example: in insert mode and typing str_replace, somewhere on the vim screen it will say "mixed str_replace (mixed $ search, mixed $ replace, mixed $ subject [, int & count count])"
Does anyone know a good plugin for this? If not for PHP, then perhaps something can be ported to php using the definition file for the correct functions.
Thanks!
source share