开发者

How to auto display php function parameter in vim?

开发者 https://www.devze.com 2023-01-01 05:54 出处:网络
How to auto display php fun开发者_Go百科ction parameter in vim?Try using c-x c-o — that should do it.

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

精彩评论

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