Haehnchen / idea-php-laravel-plugin

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

Cannot find declaration to go to on route after plugin install #266

Open givihuda opened 3 years ago

givihuda commented 3 years ago

The plugin specifies "PHP/Route: Controller completion and goto", but for any route in our Laravel 5, PHPStorm still cannot find which file each Controller or its method refers to.

I can find it just fine by just looking it at and clicking through the folders, because they match almost 100% of the time the class names which are in the files of the same names in the folders that match the routes. There's nothing funky going on with our routes, they're per the docs. I'd rather PHPStorm or this plugin figure out which files the routes refer to however, to save me a lot of clicking and searching.

I'm using the latest version of Windows 10 Pro, PHPStorm, and this Laravel plugin.