gleam-lang/gleam
Voir sur GitHubLSP: function hover info should include argument labels
Open
#3 507 ouverte le 12 août 2024
help wanted
Métriques du dépôt
- Stars
- (21 417 stars)
- Métriques de merge PR
- (Merge moyen 10j 19h) (69 PRs mergées en 30 j)
Description
Signature help, which shows when starting to type arguments in a function call, includes the labels of said arguments, but the Hover info for functions does not (shows only the function type, no labels).
It would make the hover information more useful if it also included argument labels.