gleam-lang/gleam
Vedi su GitHubLSP: function hover info should include argument labels
Open
#3507 aperta il 12 ago 2024
help wanted
Metriche repository
- Star
- (21.417 star)
- Metriche merge PR
- (Merge medio 10g 19h) (69 PR mergiate in 30 g)
Descrizione
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.