x/tools/gopls: 'fix all' code action for selected range #44814
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
gopls
Issues related to the Go language server, gopls.
help wanted
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
This is a feature request. When working on typescript projects, I liked the 'fix all' code actions presented with other trivial code actions.
For example, consider this case:
These are trivial ones and these quick fixes can be applicable on save if I had configured
But, would be nice if I could select a region and trigger fix of all errors in the selected region.
Or alternatively, like typescript or eslint extensions, present the fixAll (for the entire file) option using code action.
The text was updated successfully, but these errors were encountered: