Haehnchen / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
MIT License
572 stars 108 forks source link

Show controller methods as used when in route definition #240

Open hackel opened 5 years ago

hackel commented 5 years ago

Tracking issue for https://youtrack.jetbrains.com/issue/WI-47938. Currently all controller methods get flagged as an "Unused element" by the Unused declaration inspection. It would be nice if the plugin could detect methods explicitly given in route files.