gleam-lang/gleam
Ver no GitHubGleam LSP won't show autocomplete on function return type
Open
#5.332 aberto em 28 de jan. de 2026
help wanted
Métricas do repositório
- Stars
- (21.417 stars)
- Métricas de merge de PR
- (Mesclagem média 10d 19h) (69 fundiu PRs em 30d)
Description
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