idea-php-annotation-plugin icon indicating copy to clipboard operation
idea-php-annotation-plugin copied to clipboard

Symfony 4.2 Autocompletion of classes

Open tomschwiha opened this issue 7 years ago • 0 comments

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.

tomschwiha avatar Dec 12 '18 19:12 tomschwiha