Haehnchen / idea-php-symfony2-plugin

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

Inspections don't use Method References configuration #2255

Closed adrolter closed 9 months ago

adrolter commented 9 months ago

Inspections like "Missing Route" use a static list to signature match. It would be really nice if they could use the dynamic provider reference system exposed though the settings panel so that these custom methods could receive inspection coverage (missing route, missing template, missing service, etc.)