I wrote plugin for all who work with Yii in PHPStorm IDE.
Plugin provide navigation:
- from controller (and view) to view throuth
render("viewname")orrender("//fullpath/viewname")and etc
+ support "themes" (press ctrl+Y to get config page) fullpath will be
/themes/<themename>/views/controllername/viewname.php
- from any place to widget class throuth
$this->widget("application.components.WidgetClass")or just$this->widget("WidgetClass")in some places =) - from controller actions() method to CAction child class just click to
"class"=>"application.full.path.to.MyCAction"
- from MyCAction to view (throuth first controller what using this MyCAction, in plan make select from variants)
- and over usable things

Help


















