mirror of
https://github.com/golang/go
synced 2024-11-18 18:14:43 -07:00
b8fc0e1722
This change adds the ability to organize all imports as quickfix on a diagnostic, in addition to the standard "source.organizeImports" code action kind. This change still requires a bit of work, since really, we should only add one import per diagnostic and each edit should be the edits necessary for the addition or removal of the individual import, but this is a good start. Change-Id: I57679446bec833d215c35533240102fb61c86f20 Reviewed-on: https://go-review.googlesource.com/c/tools/+/172397 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com> |
||
---|---|---|
.. | ||
cache | ||
cmd | ||
diff | ||
protocol | ||
source | ||
testdata | ||
xlog | ||
code_action.go | ||
completion.go | ||
diagnostics.go | ||
format.go | ||
highlight.go | ||
lsp_test.go | ||
server.go | ||
signature_help.go | ||
symbols.go |