swoole IDE助手(swoole-ide-helper)安装及使用
git下载:
git clone https://github.com/swoole/ide-helper.git
个人推荐用Git下载
composer下载:
composer require --dev “eaglewu/swoole-ide-helper:dev-master”
phpStorm添加helper库:
右键External Libraries,打开Configure PHP Include Path,点击图标“+” 添加下载好的helper库,应用确定。