我将 PhpStorm 配置为以下内容:http ://www.yiiframework.com/wiki/92/configuring-phpstorm-ide-for-yii/
自动完成现在对我有用。但是当我编写自己的组件时,我无法获得方法、变量和属性。
我做了什么:
在 CApplication.php 我添加了:
@property mixed testComponent
在 myComponent.php 我添加了:
/* @property string $theVar
* @method thefunction
*/