1
0
mirror of https://github.com/golang/go synced 2024-10-01 10:28:31 -06:00
go/internal/lsp/testdata/indirect
Rohan Challa a0897bacdd internal/lsp/cmd: improve flexibility of suggested fixes
This change adds support for passing a span to cmd/suggested_fix.go, originally it would just take the filename and apply all the fixes for that file. Now, it can also take just a span within that file and only apply the fixes relevant to that span.

The //@suggestedfix marker now contains an extra parameter to specify which type of codeaction is expected.

Change-Id: I4e94b8dad719f990dc2d0ef3c50816f70f59f737
Reviewed-on: https://go-review.googlesource.com/c/tools/+/222137
Run-TryBot: Rohan Challa <rohan@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2020-03-06 14:31:35 +00:00
..
modules/example.com/extramodule/pkg go/packages/packagestest: do not overwrite existing go.mod file 2020-02-06 15:23:23 +00:00
primarymod internal/lsp/cmd: improve flexibility of suggested fixes 2020-03-06 14:31:35 +00:00
summary.txt.golden internal/lsp: add codelens for go.mod dependency upgrades 2020-02-14 14:15:08 +00:00