PHPStorm添加第三方库的代码自动补全

来源:互联网 发布:ipad淘宝网下载免费 编辑:程序博客网 时间:2024/05/21 14:47

摘要: 1.下载swoole-ide-helper-en Java代码   git clone https://github.com/eaglewu/swoole-ide-helper.git    在你项目的External Libraries上右键->Configure PHP Include

1.下载swoole-ide-helper-en

Java代码  收藏代码
  1. git clone https://github.com/eaglewu/swoole-ide-helper.git   

在你项目的External Libraries上右键->Configure PHP Include Path然后选择那个文件夹(swoole-ide-helper-en)就可以了

添加完成后看效果

 

为什么我添加了却没有提示
解决办法:将自应用里面的相关文件统统"Mark as Plain Text"!

 

PhpStorm支持CI框架的自动补全

Java代码  收藏代码
  1. git clone https://github.com/topdown/phpStorm-CC-Helpers  
阅读全文
0 0
原创粉丝点击