HaxeFoundation / HaxeFoundation/haxe
[display] struct completion outside of structs
Open
bug
feature-ide
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
```haxe
import haxe.PosInfos;
class Main {
static function main() {
var p:PosInfos = {}
}
}
```
Invoking completion just before or just after the struct (`|{}` or `{}|`) shows completion for the fields _inside_ the struct. It should show regular toplevel completion there.

Contributor guide
Assessment
This issue has not been assessed yet.