Open tekord opened 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.
->someMethod
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.
Set cursor to
->someMethod
and press ALT + ENTER, nothing happened. The expected behavior: intention menu with 'add method' item.