gleam-lang/gleam

Gleam LSP won't show autocomplete on function return type

Open

#5.332 aberto em 28 de jan. de 2026

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)Rust (960 forks)batch import
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:

  1. Type your function (fn square() -> I)
  2. After typing 'I' the LSP doesn't give 'Int' or other suggestion.

Gleam v1.14, tree-sitter-gleam v1.10

Guia do colaborador