gleam-lang/gleam

LSP: function hover info should include argument labels

Open

#3,507 opened on Aug 12, 2024

View on GitHub
 (2 comments) (5 reactions) (0 assignees)Rust (21,417 stars) (960 forks)batch import
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.

Contributor guide