github golang/tools gopls/v0.4.3

latest releases: gopls/v0.15.3, gopls/v0.15.3-pre.2, gopls/v0.15.3-pre.1...
3 years ago

Disable the fillstruct analysis by default.
We recently uncovered some performance issues with the analysis, leading us to disable it by default.
Once those issues are resolved, we will enable it by default again.
You can still enable it by adding the following to your VS Code settings:

"gopls": {
	"analyses": {		
		"fillstruct": true,
	}
}

Don't miss a new tools release

NewReleases is sending notifications on new releases.