Open
Description
when working with Twig Templates, references to classes had working auto suggestions. This feature is broke since PhpStorm 2020.1.4
ex.
{# auto suggestion, for the classes, works fine with PhpStorm 2020.1.4 #}
{# after typing "@var test" the next typed characters opens the auto suggestion dialog #}
{# @var test \App\Service\FooService #}
-
in PhpStorm 2020.1.4 (Symfony Plugin Version 0.20.201) you will receive auto suggestions for the classes when you want to change it. Above this version it does not show any suggestions at all.
-
Auto Completion for the test var and jumping to the "FooService" Class works in any PhpStorm version, just the auto suggestions seem to be broke.