When generating
I think it would be useful if the actual extension class (eg.
Ideally this could even be (asynchrounsly) updated automatically when class extensions are mutated and development mode is active.
.phpstrom.meta.php
, XenForo outputs the root class (eg. XF\Entity\Post::class
).I think it would be useful if the actual extension class (eg.
SomeVendor\SomeAddOn\XF\Entity\Post::class
) was used instead.Ideally this could even be (asynchrounsly) updated automatically when class extensions are mutated and development mode is active.
Upvote
1