x/tools/gopls: 'refactor'-only codeAction should return all available 'refactor.*' code action items #44213
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
gopls version v0.6.5
When vscode user selects 'Refactor...' context menu entry, vscode requests codeAction with
"context": { ... "only": ["refactor"]}
. Gopls doesn't return anything even though there are possible refactoring actions applicable to the selected range.Compare against the result for the previous codeAction request on the same range:
The text was updated successfully, but these errors were encountered: