PHPantom version
0.8-dirty
Installation method
Zed extension (auto-downloaded)
Operating system
Linux x86_64
Editor
Zed
Bug description
When using textDocument/Completion, the LSP suggest invalid symbols to complete: Class names, constants, anything else.
The LSP Should only offer valid symbols, which should only be methods to be overridden, when offering completion for a method or function.
Steps to reproduce
- Create a class
- create a method
- See the autocompletion for the function with invalid symbols
Error output or panic trace
.phpantom.toml
Additional context
Laravel 13.x Framework
PHPantom version
0.8-dirty
Installation method
Zed extension (auto-downloaded)
Operating system
Linux x86_64
Editor
Zed
Bug description
When using
textDocument/Completion, the LSP suggest invalid symbols to complete: Class names, constants, anything else.The LSP Should only offer valid symbols, which should only be methods to be overridden, when offering completion for a method or function.
Steps to reproduce
Error output or panic trace
.phpantom.toml
defaultAdditional context
Laravel 13.x Framework