Skip to content

Auto suggestions for Twig templates broke since PhpStorm 2020.1.4 #1553

Open
@syteknet-core

Description

@syteknet-core

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions