gleam-lang/gleam
Gleam LSP won't show autocomplete on function return type
Offen
#5.332 geöffnet am 28.01.2026
help wanted
Repository-Metriken
- Stars
- (21.417 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
How to reproduce:
- Type your function (
fn square() -> I) - After typing 'I' the LSP doesn't give 'Int' or other suggestion.
Gleam v1.14, tree-sitter-gleam v1.10