gleam-lang/gleam
GitHub で見るGleam LSP won't show autocomplete on function return type
Open
#5,332 opened on 2026年1月28日
help wanted
説明
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