nvlad / yii2support

Yii2 Support for PhpStorm / IntelliJ IDEA
https://plugins.jetbrains.com/idea/plugin/9388-yii2-support
Other
295 stars 54 forks source link

PhpStorm does not provide 'add method' intention for object instantiated from Yii::createObject #144

Open tekord opened 7 years ago

tekord commented 7 years ago
$checkingService = Yii::createObject(ProductBusynessCheckingService::class);

$checkingService->someMethod();

Set cursor to ->someMethod and press ALT + ENTER, nothing happened. The expected behavior: intention menu with 'add method' item.

insperedia commented 7 years ago

Thanks for the submission. I am not sure how many people use such functionality. So I put this feature a low priority. So I will implement it after major features will be finished, like Url and Params completion.