gleam-lang/gleam
View on GitHubLSP: function hover info should include argument labels
Open
#3,507 opened on Aug 12, 2024
help wanted
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.