phpstorm插件集合

插件安装方法有两种:

  1. Files->Settings->Plugins->browse repositories
  2. Files->Settings->Plugins->Install plugin from disk


1. TranslationPlugin这是一个翻译插件,对于我们刚去公司,翻看以前大佬写的英文注释时,苦于英文不好的童鞋们就会尴尬了,于是需要用到这个神器插件,可以很方便很友好的翻译,省的用浏览器谷歌翻译了。

2. CodeGlance代码插件地图,类似Sublime Text的Mini Map插件,效果也是不错的。

3. PHP composer.json support 在做php组件开发时,编辑composer.json文件时有对应的属性和值的自动完成功能


4. ApiDebugger 是一个开源的接口调试IntelliJ IDEA插件,具有与IDEA一致的界面,无需切换程序即可完成网络API请求,让你的code更加沉浸式

5. thinkphp5 plugin 用于thinkphp5.0的视图,配置,路由,数据库,模型智能提示和跳转(快捷键Ctrl+B或者Ctrl+click), 及模型函数(model)返回类型分析thinkphp3版本插件,在tp3分支

https://github.com/fw6669998/Thinkphp5-Plugin

6. laravel plugin  Laravel代码提示插件

发布了9 篇原创文章 · 获赞 2 · 访问量 7725

猜你喜欢

转载自blog.csdn.net/qq_24583651/article/details/101196627