HaxeFoundation / HaxeFoundation/haxe
[display] show first argument of static extension methods in hover
Open
enhancement
feature-ide
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
@nadako recently brought up that the first argument of static extension methods should be shown in hover hints because it sometimes contains valuable information, for instance if there's a type parameter involved.
It probably has to stay as-is for completion/signature help... Although, technically Haxe could probably just start with an active parameter of 1 / skip the first argument. That would allow to still have consistent behavior across the display modes.
Contributor guide
Assessment
This issue has not been assessed yet.