PhpStorm 安装 yii2 support 插件

Installation(安装)

  • Open your PhpStorm or IntelliJ IDEA IDE.
  • Go to File → Settings.
  • Choose Plugins.
  • Press Browse repositories... button.
  • Type yii2 support.
  • Press Install green button on the very top of description.

Features(特性)

Views

  • View template names and parameters completion
  • Add view parameters after completion
  • Inspection for missing view templates
  • QuickFix for missing view templates
  • Jump to View file (go to declaration)
  • Inspection for required and unused template parameters
  • QuickFix for required and unused template parameters
  • Updates path to view template when file is moved

官方地址:https://plugins.jetbrains.com/plugin/9388-yii2-support
更多功能详见 github:https://github.com/nvlad/yii2support

你可能感兴趣的:(工具)