Files
PgTidy/pkg/lsp
warkanum d1150a7eea
CI / Test (push) Successful in 50s
CI / Build snapshot (push) Failing after 1m12s
feat(lsp): add textDocument/rangeFormatting support
Advertise DocumentRangeFormattingProvider in server capabilities and
implement rangeFormat: formats the complete document, then returns an
edit covering only the minimal changed-line region that overlaps the
client's selection. Also includes gofmt alignment fixes across lint
and format packages.
2026-06-28 16:28:27 +02:00
..