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

[Doctrine] inversedBy click goto doesn't work with Example::class notation

Open acrobat opened this issue 2 years ago • 1 comments

When using

#[ORM\ManyToOne(targetEntity: Target::class, inversedBy: 'items')]

You can't cmd + click to go to the items property on the target class. This only works if you have the fqcn as a string for targetEntity

#[ORM\ManyToOne(targetEntity: 'App\Entity\Target', inversedBy: 'items')]

acrobat avatar Jul 26 '22 14:07 acrobat

I am also having the same issue. Following.

jrobinsonadrenaline avatar Aug 10 '22 14:08 jrobinsonadrenaline

supported

Haehnchen avatar Apr 06 '24 14:04 Haehnchen