开发者

How to auto display php function parameter in vim?

How to auto display php fun开发者_Go百科ction parameter in vim ?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜