HaxeFoundation / HaxeFoundation/haxe
[ide] provide information about abstract `from` in toplevel completion expected type info
Open
enhancement
feature-ide
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
This would be handy for cases like this:
```haxe
abstract Callback(T->Void) from T->Void {}
function main() {
var cb:Callback = |
}
```
If haxe language server had the info about implicit abstract conversions, it could provide "generate anonymous function" snippet completion. I assume the same would work for structure types.
Contributor guide
Assessment
This issue has not been assessed yet.