Changes
Title
changed
Configuring PhpStorm IDE for Yii 1.1
Category
unchanged
Tips
Yii version
changed
1.1
Tags
changed
IDE, PhpStorm
Content
changed
> Note: This article explains the settings for Yii 1.1. For Yii 2 there is [another Wiki article](https://www.yiiframework.com/wiki/865/configuring-phpstorm-ide-for-yii-2).
Code completion
---------------
1. Exclude `yiilite.php` from index:[...]
- Show method arguments: `Ctrl+Q`.
Enhanced code navigation
------------------------
In order to be able to get from `render` or `renderPartial` to the view, from `widget` to widget class, from `relations` to model classes you need to [install additional plugin called YiiStorm](http://mazx.ru/).
Testing
-------
You should install PHPUnit to run unit tests.
1. PHPUnit.[...]