Provides Yii 2 Framework support for PhpStorm and IntelliJ IDEA.
Please make donations to support plugin development.
Bitcoin: 36TYn22Ch48FsBriJkGmD52Ge8Dqf7Gjkb
- 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
- Code completion
- Generate params array
Code completion for Yii configuration arrays. Works both in configuration files and on object instantiation. Following cases are supported:
- Array in
$config
parameter inyii\base\Object
or its descendants constructor - Array has a
class
key with valid class representation: fully qualified name as string,ClassName::class
orClass::className()
- Array is a value of a key that corresponds to standard Yii classes (like
db
,request
,mailer
, and so on), and a file with this array is located withinconfig
directory WidgetClass::widget()
andWidgetClass::begin
calls in caseWidgetClass
is a descendant ofyii\base\Widget
$field->widget()
method call onyii\widgets\ActiveField
and its descendants- Inside array in
GridView
,columns
key Yii::createObject
method
Go To Declaration, Rename, Find usages and Help popups work whenever code completion works.
Database connection is required
Use plugin settings window to set up table prefix
- Code completion for
ActiveQuery
(ActiveRecord::find()->where
for example) - Code completion inside
ActiveQuery
linked to ActiveRecord - Inspection in case if
ActiveQuery
not linked toActiveRecord
- Code completion for
ActiveRecord
findAll()
,findOne()
and so on methods - Undetectable
ActiveRecord
table inspection - Code completion in relations methods
- Code completion for migrations
- Condition parameters code completion
- Condition parameters inspection
- Synchronize properties with database
- Unused properties inspection
- Complete model attribute for
$form->field($model, ...)
&Html::active*($model, ...)
methods
- Autocomplete for arrays in model's rules() method
- Yii::createMethod()
- one() and all() methods of ActiveQuery
- 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.
The plugin is Open Source. You may contribute either by testing and reporting issues or by sending pull requests.
Acknowledging and or citing the plugin is as important as direct contributions.
If you are giving a presentation or talk we suggest using our logo.