PHPantom version
18aff5b
Installation method
Built from source
Operating system
Linux x86_64
Editor
Neovim
Bug description
When implementing a interface for a class. autocomplete has other classes in the results. expected to only have interfaces in this context.
Steps to reproduce
- Create a file:
<?php
namespace App\Support;
class Test implements <cursor>
{
}
- trigger autocomplete at cursor.
Error output or panic trace
.phpantom.toml
Additional context
No response
PHPantom version
18aff5b
Installation method
Built from source
Operating system
Linux x86_64
Editor
Neovim
Bug description
When implementing a interface for a class. autocomplete has other classes in the results. expected to only have interfaces in this context.
Steps to reproduce
Error output or panic trace
.phpantom.toml
Additional context
No response