porifa / vscode-laraphense

[VSCode Extension] Laraphense Extension for vs code
https://marketplace.visualstudio.com/items?itemName=Porifa.laraphense
MIT License
12 stars 2 forks source link

[Bug for Laravel Intelephense]: Go to File at wrong position #51

Open AamirSohailKmAs opened 11 months ago

AamirSohailKmAs commented 11 months ago

Bug description

When we have a route and the blade file with the same name, it highlights the first argument which is the route instead of the second argument which is view.

Incorrect

Plugin version

1.24.0

Operating system

None

Steps to reproduce

No response

Relevant log output

No response

AamirSohailKmAs commented 11 months ago

When we hover over it we get Go-to blade which is invalid here.

route('members.index');