gopls/ directory
Directories ΒΆ
| Path | Synopsis |
|---|---|
| internal/golangorgx/gopls/cmd | Package cmd handles the cuelsp command line. |
| internal/golangorgx/gopls/file | |
| internal/golangorgx/gopls/hooks | Package hooks adds all the standard gopls implementations. |
| internal/golangorgx/gopls/lsprpc | Package lsprpc implements a jsonrpc2.StreamServer that may be used to serve the LSP on a jsonrpc2 channel. |
| internal/golangorgx/gopls/progress | The progress package defines utilities for reporting the progress of long-running operations using features of the LSP client interface such as Progress and ShowMessage. |
| internal/golangorgx/gopls/protocol | Package protocol contains the structs that map directly to the request and response messages of the Language Server Protocol. |
| internal/golangorgx/gopls/protocol/command | Package command defines the interface provided by gopls for the workspace/executeCommand LSP request. |
| internal/golangorgx/gopls/protocol/semtok | The semtok package provides an encoder for LSP's semantic tokens. |
| internal/golangorgx/gopls/settings | |
| internal/golangorgx/gopls/test | |
| internal/golangorgx/gopls/test/integration | Package integration provides a framework for writing integration tests of gopls. |
| internal/golangorgx/gopls/test/integration/fake | Package fake provides a fake implementation of an LSP-enabled text editor, its LSP client plugin, and a Sandbox environment for use in integration tests. |
| internal/golangorgx/gopls/test/integration/fake/glob | Package glob implements an LSP-compliant glob pattern matcher for testing. |
| internal/golangorgx/gopls/util | |
| internal/golangorgx/gopls/util/browser | Package browser provides utilities for interacting with users' browsers. |
| internal/golangorgx/gopls/util/pathutil | |
| internal/golangorgx/gopls/util/safetoken | Package safetoken provides wrappers around methods in go/token, that return errors rather than panicking. |
- Version
- v0.15.1 (latest)
- Published
- Nov 21, 2025
- Platform
- linux/amd64
- Last checked
- 4 months ago –
Tools for package owners.