jdbaldry / jsonnet-language-server

A Language Server Protocol (LSP) server for Jsonnet (https://jsonnet.org).
GNU Affero General Public License v3.0
17 stars 2 forks source link

feat: On format, apply edits to single lines instead of replacing the whole file #27

Closed julienduchesne closed 2 years ago

julienduchesne commented 2 years ago

Otherwise, vscode will jump to the end of the file every time the user saves

Uses https://github.com/hexops/gotextdiff/ which in turn just copies the code used by the golang LSP: https://github.com/golang/tools/tree/master/internal/lsp/diff

Closes #15

Signed-off-by: Julien Duchesne julien.duchesne@grafana.com

jdbaldry commented 2 years ago

I've published a release with the new feature included and you have a clean sweep in the changelog :D

https://github.com/jdbaldry/jsonnet-language-server/releases/tag/v0.2.0