Description
Since this commit by @angrybrad the phpdoc for Craft::$app has moved into the CraftTrait and is back referenced with @mixin. But Intelephense for VS Code for example doesn't support the @mixin pattern (bmewburn/vscode-intelephense#123), so at least for VS Code auto completion is now broken for Craft::$app 😢
Steps to reproduce
- Use VS Code
- Try to auto complete
Craft::$app->getEle…
Additional info
Description
Since this commit by @angrybrad the phpdoc for
Craft::$apphas moved into theCraftTraitand is back referenced with@mixin. But Intelephense for VS Code for example doesn't support the@mixinpattern (bmewburn/vscode-intelephense#123), so at least for VS Code auto completion is now broken forCraft::$app😢Steps to reproduce
Craft::$app->getEle…Additional info