Skip to content

Symfony 4.2 Autocompletion of classes #138

@tomschwiha

Description

@tomschwiha

I just created a new Symfony 4.2.1 project and the autocompletion/suggestion for ORM-Entities seems to be broken.

What I could do before in 4.1.6:
@ORM\OneToMany(targetEntity="A
would suggest me to complete to
@ORM\OneToMany(targetEntity="App\Entity\Child"

I tried uninstalling and reinstalling the annotation plugin / clearing cache but didn't help.

The other functionality (autocompleting e.g. "targetEntity") is working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions