HaxeFoundation / HaxeFoundation/haxe
[ide] module-level fields show up as types in toplevel completion
Open
bug
feature-ide
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
```haxe
package func;
function foo(bar:Int) {}
```

These should probably be `DisplayItemKind.ClassField`, with the new `ClassFieldOriginKind.Module` mentioned in #9436.
Contributor guide
Assessment
This issue has not been assessed yet.