HaxeFoundation / HaxeFoundation/haxe

[display] struct completion outside of structs

Open
#8,253 1 comment 0 reactions 1 assignee Claimed by @Simn View on GitHub
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.

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

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.