gopls/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
internal/golangorgx/gopls/cache | Package cache is the core of gopls: it is concerned with state management, dependency analysis, and invalidation; and it holds the machinery of type checking and modular static analysis. |
internal/golangorgx/gopls/cache/metadata | The metadata package defines types and functions for working with package metadata, which describes Go packages and their relationships. |
internal/golangorgx/gopls/cache/methodsets | Package methodsets defines an incremental, serializable index of method-set information that allows efficient 'implements' queries across packages of the workspace without using the type checker. |
internal/golangorgx/gopls/cache/parsego | |
internal/golangorgx/gopls/cache/typerefs | Package typerefs extracts symbol-level reachability information from the syntax of a Go package. |
internal/golangorgx/gopls/cache/xrefs | Package xrefs defines the serializable index of cross-package references that is computed during type checking. |
internal/golangorgx/gopls/cmd | Package cmd handles the gopls command line. |
internal/golangorgx/gopls/cuelang | Package golang defines the LSP features for navigation, analysis, and refactoring of Go source code. |
internal/golangorgx/gopls/debug | Package debug exports debug information for gopls. |
internal/golangorgx/gopls/debug/log | Package log provides helper methods for exporting log events to the internal/event package. |
internal/golangorgx/gopls/file | The file package defines types used for working with LSP files. |
internal/golangorgx/gopls/filecache | The filecache package provides a file-based shared durable blob cache. |
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/server | Package server defines gopls' implementation of the LSP server interface, protocol.Server. |
internal/golangorgx/gopls/settings | |
internal/golangorgx/gopls/telemetry | |
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/astutil | Package astutil provides various AST utility functions for gopls. |
internal/golangorgx/gopls/util/browser | Package browser provides utilities for interacting with users' browsers. |
internal/golangorgx/gopls/util/bug | Package bug provides utilities for reporting internal bugs, and being notified when they occur. |
internal/golangorgx/gopls/util/constraints | Package constraints defines a set of useful constraints to be used with type parameters. |
internal/golangorgx/gopls/util/frob | Package frob is a fast restricted object encoder/decoder in the spirit of encoding/gob. |
internal/golangorgx/gopls/util/immutable | The immutable package defines immutable wrappers around common data structures. |
internal/golangorgx/gopls/util/lru | The lru package implements a fixed-size in-memory LRU cache. |
internal/golangorgx/gopls/util/maps | |
internal/golangorgx/gopls/util/pathutil | |
internal/golangorgx/gopls/util/persistent | The persistent package defines various persistent data structures; that is, data structures that can be efficiently copied and modified in sublinear time. |
internal/golangorgx/gopls/util/safetoken | Package safetoken provides wrappers around methods in go/token, that return errors rather than panicking. |
internal/golangorgx/gopls/util/slices | |
internal/golangorgx/gopls/util/typesutil | |
internal/golangorgx/gopls/version | Package version manages the gopls version. |
- Version
- v0.12.0 (latest)
- Published
- Jan 30, 2025
- Platform
- linux/amd64
- Last checked
- 8 hours ago –
Tools for package owners.