Back to Plugins
Go LSP (gopls)
Go language server with module resolution and interface checks. Real-time diagnostics, code navigation, and refactoring support for Go development.
gogolanglspofficial
By Anthropic
Installation
claude plugins add gopls-lsp@claude-plugins-officialConfiguration
{
"enabledPlugins": {
"gopls-lsp@claude-plugins-official": true
}
}Commands
/go-checkRun go vet and staticcheck/go-modManage Go modules and dependencies/go-testRun Go tests with coverageHow to install
- Open Claude Code in your terminal
- Run the installation command above
- The plugin will be enabled automatically
- Use the plugin's features in your Claude Code sessions