github golang/vscode-go v0.54.0
Release v0.54.0

latest release: v0.55.0
6 hours ago

Date: 2026-06-10

Full Changelog: v0.52.2...v0.54.0
Milestone: https://github.com/golang/vscode-go/issues?q=milestone%3Av0.54.0

Changes

  • Interactive code actions: Support has been added for interactive refactorings that prompt the user for input before proceeding. This enables more sophisticated code actions that require user choices like "add/remove tags to struct fields", "implement interface".

    This integration follows the language client implementation guidelines. See supported interactive refactoring from gopls feature doc.

    Dialog support is a non-standard feature of LSP. It is currently supported only by gopls and vscode-go. We plan to work with the broader LSP community toward a standard specification.

  • Added menu in a debugger that will show variable in a new document with respect to special chars like \r\n\t

  • In the Package Outline view, added support for following the cursor and sorting by name or position.

Don't miss a new vscode-go release

NewReleases is sending notifications on new releases.