How to auto display php function parameter in vim ?
+1
A:
Try using c-x c-o — that should do it.
For example, if you type mysql
, then hit c-x c-o, you'll get a list of the mysql
functions and a the scratch buffer will show you, for example mysql_connect([string server [, string username [, string password [, bool new_link [, int client_flags]]]]] | resource
.
David Wolever
2010-05-29 03:37:35