ide 提示工具安装

安装好php 以及swoole 之后。如果想要对ide支持swoole的代码的一个提示功能, 可以使用下面的帮助文件:https://github.com/swoole/ide-helper

phpstrom 对swoole的代码提示功能

  1. 将代码clone到本地目录

  2. 打开phpstorm 进行设置

FILE=>Settings=> languages & Frameworks => PHP ,点击加号,添加clone好的本地路径

参考资料:

swoole的安装,ide的安装

Last updated