
Gopls Lsp
- 1 repo stars
- Updated August 2, 2026
- ffalor/agentic-coding
Use the gopls Go language server for code intelligence and refactoring while writing Go.
About
Gopls-lsp brings the gopls Go language server into the workflow for code intelligence and refactoring. It powers navigation, completions, and safe refactors while writing Go, making implementation faster and less error-prone. A Go development skill for working effectively in Go codebases.
- gopls Go language server
- Code intelligence
- Refactoring support
- Go development
Gopls Lsp by the numbers
- Data as of Aug 3, 2026 (Skillselion catalog sync)
/plugin marketplace add ffalor/agentic-coding/plugin install gopls-lsp@agentic-codingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | August 2, 2026 |
| Repository | ffalor/agentic-coding ↗ |
What it does
Use the gopls Go language server for code intelligence and refactoring while writing Go.
README.md
gopls-lsp
Go language server for Claude Code, providing code intelligence, refactoring, and analysis.
Supported Extensions
.go
Installation
Install gopls using the Go toolchain:
go install golang.org/x/tools/gopls@latest
Make sure $GOPATH/bin (or $HOME/go/bin) is in your PATH.