1
0
mirror of https://github.com/golang/go synced 2024-10-01 04:08:32 -06:00
go/cmd/gopls
Rebecca Stambler 51e363b66d internal/lsp: implement diff for computing text edits
Rather than replacing the whole file on gofmt or goimports, use the Myers
diff algorithm to compute diffs for a file. We send those back as text
edits.

Change-Id: I4f8cce5b27d51eae1911049ea002558a84cdf1bf
Reviewed-on: https://go-review.googlesource.com/c/158579
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2019-02-01 23:18:25 +00:00
..
forward internal/lsp: implement diff for computing text edits 2019-02-01 23:18:25 +00:00
integration/vscode cmd/gopls/integration: git ignore temporary vscode files 2019-01-24 00:41:07 +00:00
main.go cmd/gopls: rename "golsp" to "gopls", as in "Go Please" 2019-01-16 23:16:16 +00:00