Haehnchen / idea-php-laravel-plugin

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

How to navigate to controller with namespace? #157

Open angular-tools opened 6 years ago

angular-tools commented 6 years ago

Some routes defined in web.php are like this:

 Route::get('/', 'Admin\\Dashboard@index');

So while I can easily navigate to Controller without any namespace declarations using Ctrl+Click, it doesn't work with above routes (for controllers with a namespace)? Is there a way to enable it somehow?

Thanks

adelf commented 6 years ago

You can use single slash instead of double. And it will work. But... maybe it should be fixed too...

angular-tools commented 6 years ago

Thank you so much! It works like a charm now :)

Haehnchen commented 6 years ago

reopen because of fixing:

use single slash instead of double