You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like the option to right click the target entity had select "Import Class". The inspector would then add a use statement at the top of the file (along with all the other use statements) like:
I'm not very familiar with java, but I'll download the Repo and see if can't get something working! If I can I'll submit a PR and if I can't I'll let you guys know. Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
Currently there is no option shortcuts for "Import Class" when using the Long Form of an entity class.
Example:
Setup: If you have two entities in App\Entity such as App\Entity\Parent and App\Entity\Child.
Parent has the following code:
Child has the following code:
I would like the option to right click the target entity had select "Import Class". The inspector would then add a use statement at the top of the file (along with all the other use statements) like:
and convert the ORM relation to
I'm not very familiar with java, but I'll download the Repo and see if can't get something working! If I can I'll submit a PR and if I can't I'll let you guys know. Thanks!
The text was updated successfully, but these errors were encountered: