Closed zigi05 closed 1 year ago
please follow https://github.com/bmewburn/vscode-intelephense/issues/2459 as this is not an issue of LSP-intelephense. It looks like it will be fixed in the next release of intelephense.
I'm trying to use the helper for facades, but they still don't autocomplete or recognized without error.
v1.0.31 has been released. That may fix this.
@jfcherng not working :(
What's the error msg?
laravel-ide-helper helps code autocompletion service (in our case lsp-intelephense) discover laravel global facades to enable autocompletion. So in ST4 with LSP-Intelephense the laravel-ide-helper has no effect, the Route
facade, for example, is not discover nor autocompleted. Here's the error it has:
Can you try to delete intelephense's cache directory? It's in your home directory with name .intelephense
.
If the issue persists, I suggest you go to the issue link I post since we can't help here.
Can you try to delete intelephense's cache directory? It's in your home directory with name
.intelephense
.
This helped. Thank you.
Laravel-ide-helper not working on Sublime Text 4 with lsp-intelephense installed.