mirror of
https://github.com/golang/go
synced 2024-11-18 19:44:46 -07:00
e46a7b92c0
This change adds support for analyzers that have suggested fixes of the kind Source.FixAll. This will allow these fixes to be applied on save if the user desires. To auto apply these fixes on save, make sure your settings.json looks like: "[go]": { "editor.codeActionsOnSave": { ... "source.fixAll": true, ... }, ... } Update golang/go#37221 Change-Id: I534e4f6c8c51ec2848cf2899aab68f587ba68423 Reviewed-on: https://go-review.googlesource.com/c/tools/+/223658 Run-TryBot: Rohan Challa <rohan@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
analysis.go | ||
cache.go | ||
check.go | ||
debug.go | ||
error_test.go | ||
errors.go | ||
external.go | ||
load.go | ||
mod.go | ||
parse.go | ||
pkg.go | ||
session.go | ||
snapshot.go | ||
view.go |