HaxeFoundation / HaxeFoundation/haxe

[display] extends / implements / new filtering still applies in type params

Open
#8,672 1 comment 0 reactions 0 assignees View on GitHub
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:

![](https://i.imgur.com/hWYp9o9.png)

```haxe
class Main implements ArrayAccess<> {
static function main() {}
}
```

Same issue with `extends` and `new`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.