PhpStorm和Yii,自动完成自己的模块

时间:2012-09-13 13:42:41

标签: autocomplete yii phpstorm

我将PhpStorm配置为以下内容:http://www.yiiframework.com/wiki/92/configuring-phpstorm-ide-for-yii/

自动完成功能现在适用于我。但是当我编写自己的组件时,我无法获得方法,变量和属性。

我做了什么:

在CApplication.php中我添加了:

@property mixed testComponent

在myComponent.php中我添加了:

/* @property string $theVar
 * @method thefunction
 */

0 个答案:

没有答案