Closed BetsuNo closed 4 years ago
Такая же проблема.
При попытке написать имя класса как
'class' => NameClass::class
PHPStorm зависает намертво, убить можно только через консоль.
Подтверждаю Тут, при наборе буквы "Е" после "=>" тоже вис намертво. Пришлось отключить плагин чтобы продолжить.
Подтверждаю Тут, при наборе буквы "Е" после "=>" тоже вис намертво. Пришлось отключить плагин чтобы продолжить.
Решение тут https://github.com/nvlad/yii2support/issues/239#issuecomment-563465859
The solution is to install the Test version yii2support-0.10.57.24. The download link is in the issue referenced by slo-nik. (this comment is mainly here for those who do not understand Russian and don't want to translate the half issue.)
What steps will reproduce the problem?
In any Yii2 config file on attempt to fill 'class' value as MyClass::class (not as string) when the class suggestion popup shows.
What is the expected result?
Something like
'class' => MyClass::class,
What do you get instead?
IDE hangs and all unsaved data disappear
Additional info
In any othe context I have no problems with the class suggestions. Also there is no problem when plugin is disabled.