Adel
Adel
Ok, thanks. Multiple default controllers namespaces. It can be fixed, I think. I'll try to do it a bit later.
What is in your File > Settings > Keymap > Search: Find Path ?
@birendragurung could you provide part of the code from routes/web.php ?
And also versions of IDE and plugin.
Sorry, but current version of plugin is 0.14.2... And routing was refactored a lot. And I think the last version works ok there.
@azdanov have you installed ide-helper and made artisan ide-helper:generate?
I asked because I saw that get method is highlighted as unknown. Thats the reason. This plugin autocompletes the get, post and other methods of Route class.
\Illuminate\Routing\Router ``` public function __call($method, $parameters) { //... if ($method == 'middleware') { return (new RouteRegistrar($this))->attribute($method, is_array($parameters[0]) ? $parameters[0] : $parameters); } //... } ``` And ide-helper can't get this....
Couldn't reproduce this... Very strange behaviour. Anyway, pr #131 should fix it. Thanks.