idea-php-annotation-plugin
idea-php-annotation-plugin copied to clipboard
Symfony 4.2 Autocompletion of classes
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.