phpstorm 增加swoole 自动提示

安装完swoole扩展后,准备敲个例子尝试一下,发现所有的swoole函数全部反白,没有代码提示,看起来很难受,搜索了一番,总算是解决掉这个问题了。

下载swoole-ide-helper-en

git clone https://github.com/eaglewu/swoole-ide-helper.git 

打开phpstorm


phpstorm 增加swoole 自动提示_第1张图片

右键External Libraries,选择Configure PHP Include Path 


phpstorm 增加swoole 自动提示_第2张图片


选择下载好的swoole-ide-helper目录,点击确定。


phpstorm 增加swoole 自动提示_第3张图片

稍等下,等ide 加载完毕

然后就会发现代码中swoole相关方法函数不再反白了。

你可能感兴趣的:(phpstorm 增加swoole 自动提示)