tekord
tekord
Hi! I am noobie in D, interested in it and tried to build dlangide. I use Window 8.1 x64, installed latest DMD (rdmd build 20190210, reference compiler) and tried to...
Hi! Thanks for this useful plugin! I have an issue. My project contains a configuration file 'config/app.settings.php'. Plugin's autocomplete feature does not work for this file, but work for 'app.php'.
I have multiple directories with the Controller base class like that: - App\Modules\Admin - - Controller - - DashboardController - App\Modules\Api - - Controller - - UserController When I specified...
``` $statusChanger = Yii::createObject(ModelStatusChanger::class, [ $model, ClientStatuses::STATUS_PENDING_PAYMENT, [ // это $config, ТУТ НЕТ ПОДСКАЗОК 'property1' => 'someValue' ] ]); ``` Конструктор класса ModelStatusChanger определён так: ``` public function __construct(Model $model,...
``` $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.
В Yii методы действий именуются в формате actionDoSomething в классах контроллеров с суффиксом Controller. Было полезно иметь возможность копировать в буфер обмена полный маршрут к действию, потому что сейчас приходится...
Hi! When I run Configure Tasks in the first time I can choose: build, rebuild, run, test. I choose any of these items, run Configure Tasks again, then VSCode goes...