HaxeFoundation / HaxeFoundation/haxe
[display] extends / implements / new filtering still applies in type params
Open
bug
feature-ide
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
I found this while verifying fixes for #8669, but it's unrelated to the recent changes and has probably been an issue from the start.
Requesting completion for type parameters after `implements` still filters the result to only contain interfaces, which is incorrect:

```haxe
class Main implements ArrayAccess<> {
static function main() {}
}
```
Same issue with `extends` and `new`.
Contributor guide
Assessment
This issue has not been assessed yet.