gleam-lang/gleam

LSP: function hover info should include argument labels

Open

#3507 aperta il 12 ago 2024

Vedi su GitHub
 (2 commenti) (5 reazioni) (0 assegnatari)Rust (960 fork)batch import
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.

Guida contributor