Haehnchen / idea-php-symfony2-plugin

IntelliJ IDEA / PhpStorm Symfony Plugin
https://plugins.jetbrains.com/plugin/7219
MIT License
911 stars 137 forks source link

Fix conflicting Doctrine querybuilder support with PhpStorm implementation #2334

Open Haehnchen opened 4 months ago

Haehnchen commented 4 months ago

https://blog.jetbrains.com/phpstorm/2023/12/phpstorm-2023-3-is-now-available/#symfony-support introduced support for Doctrine querybuilder.

Its not including resolving Entity scope. Only if there are a "from" keyword given. That it not usable for common Symfony projects

image

image

Since then this breaks some implementations here: