Open mimre25 opened 6 days ago
@mimre25 The feature to find the class uses the lsp to find it. This is a bit different from PhpActor and Intelephense. Which one are you using ?
I'm using Intelephense these days, as I feel it's working better with laravel than PhpActor.
When I'm using the
Laravel routes
command I get the telescope picker including the "preview" with the route information. However, upon choosing an entry (hitting enter in my case), I get the following error and remain in the same file as I was before.I assume the intended behavior is to navigate to the file the route is defined in.
I'm getting the same error when using
Laravel related
.