So Gleam programmers can change their function argument labels quickly and easily.
Contributor guide
Tech stack
rust
Domain
developer experience
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
active
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
RustGleam fundamentalsLSP knowledge
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
The issue requests a rename feature for function argument labels in the Gleam language server. The implementation would require modifying the LS code, likely in `compiler core/src/language server.rs` or similar. Newcomers should examine existing rename functionality (e.g., for variables) and adapt it for function arguments. The issue comments may contain design ideas; check them for guidance.
LS: rename function argument label · gleam-lang/gleam#4359 | Good First Issue