HaxeFoundation / HaxeFoundation/haxe
[ide] hover over struct field name in type parameter not working
Open
bug
feature-ide
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
```haxe
typedef Response = {}
typedef ErrorResponse = Response<{
var error:String;
}>;
```
When hovering over the field name, you just get the entire range instead of a hover for the field:

Hovering over the `:String` type hint works fine. Isolated from vscode-debugadapter-extern, where a lot of types are defined like this.
Contributor guide
Assessment
This issue has not been assessed yet.