gleam-lang/gleam

LSP Action: Move all imports to the head for the module

Open

#3,186 opened on May 24, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (960 forks)batch import
help wanted

Repository metrics

Stars
 (21,417 stars)
PR merge metrics
 (Avg merge 10d 19h) (69 merged PRs in 30d)

Description

This would speed up adding modules while typing.

If there are multiple import groups it could be consistently added to either the head or tailed group.

Contributor guide