package source
import "golang.org/x/tools/internal/lsp/source"
Package source provides core features for use by Go editors and tools.
Index ¶
- Constants
- Variables
- func AddImport(ctx context.Context, snapshot Snapshot, fh VersionedFileHandle, importPath string) ([]protocol.TextEdit, error)
- func Analyze(ctx context.Context, snapshot Snapshot, pkg Package, includeConvenience bool) (map[span.URI][]*Diagnostic, error)
- func ApplyFix(ctx context.Context, fix string, snapshot Snapshot, fh VersionedFileHandle, pRng protocol.Range) ([]protocol.TextDocumentEdit, error)
- func BuildLink(target, path, anchor string) string
- func ByteOffsetsToRange(m *protocol.ColumnMapper, uri span.URI, start, end int) (protocol.Range, error)
- func CanExtractFunction(fset *token.FileSet, rng span.Range, src []byte, file *ast.File) (*fnExtractParams, bool, bool, error)
- func CanExtractVariable(rng span.Range, file *ast.File) (ast.Expr, []ast.Node, bool, error)
- func CollectScopes(info *types.Info, path []ast.Node, pos token.Pos) []*types.Scope
- func CommentToMarkdown(text string) string
- func CompareDiagnostic(a, b *Diagnostic) int
- func CompareURI(left, right span.URI) int
- func ComputeOneImportFixEdits(snapshot Snapshot, pgf *ParsedGoFile, fix *imports.ImportFix) ([]protocol.TextEdit, error)
- func Deref(typ types.Type) types.Type
- func DocumentSymbols(ctx context.Context, snapshot Snapshot, fh FileHandle) ([]protocol.DocumentSymbol, error)
- func FileDiagnostics(ctx context.Context, snapshot Snapshot, uri span.URI) (VersionedFileIdentity, []*Diagnostic, error)
- func FiltersDisallow(path string, filters []string) bool
- func Format(ctx context.Context, snapshot Snapshot, fh FileHandle) ([]protocol.TextEdit, error)
- func FormatHover(h *HoverJSON, options *Options) (string, error)
- func FormatNode(fset *token.FileSet, n ast.Node) string
- func FormatType(typ types.Type, qf types.Qualifier) (detail string, kind protocol.CompletionItemKind)
- func FormatTypeParams(tparams *typeparams.TypeParamList) string
- func FormatVarType(ctx context.Context, snapshot Snapshot, srcpkg Package, obj *types.Var, qf types.Qualifier) string
- func FromProtocolEdits(m *protocol.ColumnMapper, edits []protocol.TextEdit) ([]diff.TextEdit, error)
- func GCOptimizationDetails(ctx context.Context, snapshot Snapshot, pkg Package) (map[VersionedFileIdentity][]*Diagnostic, error)
- func GetParsedFile(ctx context.Context, snapshot Snapshot, fh FileHandle, pkgPolicy PackageFilter) (Package, *ParsedGoFile, error)
- func Highlight(ctx context.Context, snapshot Snapshot, fh FileHandle, pos protocol.Position) ([]protocol.Range, error)
- func Hover(ctx context.Context, snapshot Snapshot, fh FileHandle, position protocol.Position) (*protocol.Hover, error)
- func Implementation(ctx context.Context, snapshot Snapshot, f FileHandle, pp protocol.Position) ([]protocol.Location, error)
- func ImportPath(s *ast.ImportSpec) string
- func InDir(dir, path string) bool
- func InRange(tok *token.File, pos token.Pos) bool
- func IncomingCalls(ctx context.Context, snapshot Snapshot, fh FileHandle, pos protocol.Position) ([]protocol.CallHierarchyIncomingCall, error)
- func IsCommandLineArguments(s string) bool
- func IsGenerated(ctx context.Context, snapshot Snapshot, uri span.URI) bool
- func IsInterface(T types.Type) bool
- func IsNonFatalGoModError(err error) bool
- func IsValidImport(pkgPath, importPkgPath string) bool
- func IsWorkspaceModuleVersion(version string) bool
- func KnownPackages(ctx context.Context, snapshot Snapshot, fh VersionedFileHandle) ([]string, error)
- func LensFuncs() map[command.Command]LensFunc
- func LineToRange(m *protocol.ColumnMapper, uri span.URI, start, end modfile.Position) (protocol.Range, error)
- func NewBuiltinSignature(ctx context.Context, s Snapshot, name string) (*signature, error)
- func NewSignature(ctx context.Context, s Snapshot, pkg Package, sig *types.Signature, comment *ast.CommentGroup, qf types.Qualifier) *signature
- func NodeContains(n ast.Node, pos token.Pos) bool
- func Offset(tok *token.File, pos token.Pos) (int, error)
- func OutgoingCalls(ctx context.Context, snapshot Snapshot, fh FileHandle, pos protocol.Position) ([]protocol.CallHierarchyOutgoingCall, error)
- func Pos(tok *token.File, offset int) (token.Pos, error)
- func PrepareCallHierarchy(ctx context.Context, snapshot Snapshot, fh FileHandle, pos protocol.Position) ([]protocol.CallHierarchyItem, error)
- func ProtocolEditsFromSource(src []byte, edits []diff.TextEdit, converter span.Converter) ([]protocol.TextEdit, error)
- func Qualifier(f *ast.File, pkg *types.Package, info *types.Info) types.Qualifier
- func Rename(ctx context.Context, s Snapshot, f FileHandle, pp protocol.Position, newName string) (map[span.URI][]protocol.TextEdit, error)
- func SignatureHelp(ctx context.Context, snapshot Snapshot, fh FileHandle, pos protocol.Position) (*protocol.SignatureInformation, int, error)
- func SortDiagnostics(d []*Diagnostic)
- func TestsAndBenchmarks(ctx context.Context, snapshot Snapshot, fh FileHandle) (testFns, error)
- func ToProtocolEdits(m *protocol.ColumnMapper, edits []diff.TextEdit) ([]protocol.TextEdit, error)
- func WorkspaceModuleVersion(majorVersion string) string
- func WorkspaceSymbols(ctx context.Context, matcherType SymbolMatcher, style SymbolStyle, views []View, query string) ([]protocol.SymbolInformation, error)
- type APIJSON
- type Analyzer
- func EnabledAnalyzers(snapshot Snapshot) (analyzers []*Analyzer)
- func (a Analyzer) IsEnabled(view View) bool
- type AnalyzerJSON
- type Annotation
- type BuildOptions
- type ClientOptions
- type CommandJSON
- type CompletionOptions
- type CriticalError
- type Declaration
- type Diagnostic
- type DiagnosticOptions
- type DiagnosticSource
- type DocumentationOptions
- type EnumKey
- type EnumKeys
- type EnumValue
- type FileAction
- type FileHandle
- type FileIdentity
- type FileKind
- type FileModification
- type FileSource
- type FoldingRangeInfo
- type FormattingOptions
- type Hooks
- type HoverContext
- type HoverJSON
- type HoverKind
- type IdentifierInfo
- func Identifier(ctx context.Context, snapshot Snapshot, fh FileHandle, pos protocol.Position) (*IdentifierInfo, error)
- func (i *IdentifierInfo) IsImport() bool
- type ImportFix
- type ImportShortcut
- type InternalOptions
- type InvocationFlags
- type LensFunc
- type LensJSON
- type LinkTarget
- type MappedRange
- func NewMappedRange(fset *token.FileSet, m *protocol.ColumnMapper, start, end token.Pos) MappedRange
- func (s MappedRange) Range() (protocol.Range, error)
- func (s MappedRange) Span() (span.Span, error)
- func (s MappedRange) SpanRange() span.Range
- func (s MappedRange) URI() span.URI
- type Matcher
- type MemoryMode
- type Metadata
- type NavigationOptions
- type OptionJSON
- type OptionResult
- type OptionResults
- type OptionState
- type Options
- func DefaultOptions() *Options
- func (o *Options) AddStaticcheckAnalyzer(a *analysis.Analyzer, enabled bool, severity protocol.DiagnosticSeverity)
- func (o *Options) Clone() *Options
- func (o *Options) EnableAllExperiments()
- func (o *Options) ForClientCapabilities(caps protocol.ClientCapabilities)
- type Overlay
- type Package
- type PackageFilter
- type ParseMode
- type ParsedGoFile
- type ParsedModule
- type ParsedWorkFile
- type PrepareItem
- type ReferenceInfo
- type RelatedInformation
- type ServerOptions
- type Session
- type Snapshot
- type SuggestedFix
- type SuggestedFixFunc
- type Symbol
- type SymbolMatcher
- type SymbolStyle
- type TidiedModule
- type TypecheckMode
- type UIOptions
- type UserOptions
- type VersionedFileHandle
- type VersionedFileIdentity
- type View
Constants ¶
const ( FillStruct = "fill_struct" StubMethods = "stub_methods" UndeclaredName = "undeclared_name" ExtractVariable = "extract_variable" ExtractFunction = "extract_function" ExtractMethod = "extract_method" )
const ( OptionHandled = OptionState(iota) OptionDeprecated OptionUnexpected )
const ( UnknownFileAction = FileAction(iota) Open Change Close Save Create Delete InvalidateMetadata )
const ( // UnknownKind is a file type we don't know about. UnknownKind = FileKind(iota) // Go is a normal go source file. Go // Mod is a go.mod file. Mod // Sum is a go.sum file. Sum // Tmpl is a template file. Tmpl // Work is a go.work file. Work )
Variables ¶
ErrNoIdentFound is error returned when no identifer is found at a particular position
ErrNoRuneFound is the error returned when no rune is found at a particular position.
var GeneratedAPIJSON = &APIJSON{ Options: map[string][]*OptionJSON{ "User": { { Name: "buildFlags", Type: "[]string", Doc: "" /* 198 byte string literal not displayed */, Default: "[]", Hierarchy: "build", }, { Name: "env", Type: "map[string]string", Doc: "env adds environment variables to external commands run by `gopls`, most notably `go list`.\n", Default: "{}", Hierarchy: "build", }, { Name: "directoryFilters", Type: "[]string", Doc: "" /* 649 byte string literal not displayed */, Default: "[\"-node_modules\"]", Hierarchy: "build", }, { Name: "templateExtensions", Type: "[]string", Doc: "" /* 162 byte string literal not displayed */, Default: "[]", Hierarchy: "build", }, { Name: "memoryMode", Type: "enum", Doc: "" /* 166 byte string literal not displayed */, EnumValues: []EnumValue{ { Value: "\"DegradeClosed\"", Doc: "" /* 212 byte string literal not displayed */, }, {Value: "\"Normal\""}, }, Default: "\"Normal\"", Status: "experimental", Hierarchy: "build", }, { Name: "expandWorkspaceToModule", Type: "bool", Doc: "" /* 441 byte string literal not displayed */, Default: "true", Status: "experimental", Hierarchy: "build", }, { Name: "experimentalWorkspaceModule", Type: "bool", Doc: "experimentalWorkspaceModule opts a user into the experimental support\nfor multi-module workspaces.\n", Default: "false", Status: "experimental", Hierarchy: "build", }, { Name: "experimentalPackageCacheKey", Type: "bool", Doc: "" /* 467 byte string literal not displayed */, Default: "true", Status: "experimental", Hierarchy: "build", }, { Name: "allowModfileModifications", Type: "bool", Doc: "" /* 138 byte string literal not displayed */, Default: "false", Status: "experimental", Hierarchy: "build", }, { Name: "allowImplicitNetworkAccess", Type: "bool", Doc: "" /* 164 byte string literal not displayed */, Default: "false", Status: "experimental", Hierarchy: "build", }, { Name: "experimentalUseInvalidMetadata", Type: "bool", Doc: "" /* 288 byte string literal not displayed */, Default: "false", Status: "experimental", Hierarchy: "build", }, { Name: "hoverKind", Type: "enum", Doc: "" /* 153 byte string literal not displayed */, EnumValues: []EnumValue{ {Value: "\"FullDocumentation\""}, {Value: "\"NoDocumentation\""}, {Value: "\"SingleLine\""}, { Value: "\"Structured\"", Doc: "" /* 277 byte string literal not displayed */, }, {Value: "\"SynopsisDocumentation\""}, }, Default: "\"FullDocumentation\"", Hierarchy: "ui.documentation", }, { Name: "linkTarget", Type: "string", Doc: "" /* 198 byte string literal not displayed */, Default: "\"pkg.go.dev\"", Hierarchy: "ui.documentation", }, { Name: "linksInHover", Type: "bool", Doc: "linksInHover toggles the presence of links to documentation in hover.\n", Default: "true", Hierarchy: "ui.documentation", }, { Name: "usePlaceholders", Type: "bool", Doc: "placeholders enables placeholders for function parameters or struct\nfields in completion responses.\n", Default: "false", Hierarchy: "ui.completion", }, { Name: "completionBudget", Type: "time.Duration", Doc: "" /* 299 byte string literal not displayed */, Default: "\"100ms\"", Status: "debug", Hierarchy: "ui.completion", }, { Name: "matcher", Type: "enum", Doc: "matcher sets the algorithm that is used when calculating completion\ncandidates.\n", EnumValues: []EnumValue{ {Value: "\"CaseInsensitive\""}, {Value: "\"CaseSensitive\""}, {Value: "\"Fuzzy\""}, }, Default: "\"Fuzzy\"", Status: "advanced", Hierarchy: "ui.completion", }, { Name: "experimentalPostfixCompletions", Type: "bool", Doc: "experimentalPostfixCompletions enables artifical method snippets\nsuch as \"someSlice.sort!\".\n", Default: "true", Status: "experimental", Hierarchy: "ui.completion", }, { Name: "importShortcut", Type: "enum", Doc: "importShortcut specifies whether import statements should link to\ndocumentation or go to definitions.\n", EnumValues: []EnumValue{ {Value: "\"Both\""}, {Value: "\"Definition\""}, {Value: "\"Link\""}, }, Default: "\"Both\"", Hierarchy: "ui.navigation", }, { Name: "symbolMatcher", Type: "enum", Doc: "symbolMatcher sets the algorithm that is used when finding workspace symbols.\n", EnumValues: []EnumValue{ {Value: "\"CaseInsensitive\""}, {Value: "\"CaseSensitive\""}, {Value: "\"FastFuzzy\""}, {Value: "\"Fuzzy\""}, }, Default: "\"FastFuzzy\"", Status: "advanced", Hierarchy: "ui.navigation", }, { Name: "symbolStyle", Type: "enum", Doc: "" /* 166 byte string literal not displayed */, EnumValues: []EnumValue{ { Value: "\"Dynamic\"", Doc: "" /* 250 byte string literal not displayed */, }, { Value: "\"Full\"", Doc: "`\"Full\"` is fully qualified symbols, i.e.\n\"path/to/pkg.Foo.Field\".\n", }, { Value: "\"Package\"", Doc: "`\"Package\"` is package qualified symbols i.e.\n\"pkg.Foo.Field\".\n", }, }, Default: "\"Dynamic\"", Status: "advanced", Hierarchy: "ui.navigation", }, { Name: "analyses", Type: "map[string]bool", Doc: "" /* 473 byte string literal not displayed */, EnumKeys: EnumKeys{ ValueType: "bool", Keys: []EnumKey{ { Name: "\"asmdecl\"", Doc: "report mismatches between assembly files and Go declarations", Default: "true", }, { Name: "\"assign\"", Doc: "" /* 190 byte string literal not displayed */, Default: "true", }, { Name: "\"atomic\"", Doc: "" /* 182 byte string literal not displayed */, Default: "true", }, { Name: "\"atomicalign\"", Doc: "check for non-64-bits-aligned arguments to sync/atomic functions", Default: "true", }, { Name: "\"bools\"", Doc: "check for common mistakes involving boolean operators", Default: "true", }, { Name: "\"buildtag\"", Doc: "check that +build tags are well-formed and correctly located", Default: "true", }, { Name: "\"cgocall\"", Doc: "" /* 386 byte string literal not displayed */, Default: "true", }, { Name: "\"composites\"", Doc: "" /* 440 byte string literal not displayed */, Default: "true", }, { Name: "\"copylocks\"", Doc: "" /* 238 byte string literal not displayed */, Default: "true", }, { Name: "\"deepequalerrors\"", Doc: "" /* 245 byte string literal not displayed */, Default: "true", }, { Name: "\"errorsas\"", Doc: "" /* 199 byte string literal not displayed */, Default: "true", }, { Name: "\"fieldalignment\"", Doc: "" /* 798 byte string literal not displayed */, Default: "false", }, { Name: "\"httpresponse\"", Doc: "" /* 473 byte string literal not displayed */, Default: "true", }, { Name: "\"ifaceassert\"", Doc: "" /* 522 byte string literal not displayed */, Default: "true", }, { Name: "\"infertypeargs\"", Doc: "" /* 304 byte string literal not displayed */, Default: "true", }, { Name: "\"loopclosure\"", Doc: "" /* 555 byte string literal not displayed */, Default: "true", }, { Name: "\"lostcancel\"", Doc: "" /* 289 byte string literal not displayed */, Default: "true", }, { Name: "\"nilfunc\"", Doc: "check for useless comparisons between functions and nil\n\nA useless comparison is one like f == nil as opposed to f() == nil.", Default: "true", }, { Name: "\"nilness\"", Doc: "" /* 814 byte string literal not displayed */, Default: "false", }, { Name: "\"printf\"", Doc: "" /* 1069 byte string literal not displayed */, Default: "true", }, { Name: "\"shadow\"", Doc: "" /* 710 byte string literal not displayed */, Default: "false", }, { Name: "\"shift\"", Doc: "check for shifts that equal or exceed the width of the integer", Default: "true", }, { Name: "\"simplifycompositelit\"", Doc: "" /* 224 byte string literal not displayed */, Default: "true", }, { Name: "\"simplifyrange\"", Doc: "" /* 303 byte string literal not displayed */, Default: "true", }, { Name: "\"simplifyslice\"", Doc: "" /* 181 byte string literal not displayed */, Default: "true", }, { Name: "\"sortslice\"", Doc: "" /* 167 byte string literal not displayed */, Default: "true", }, { Name: "\"stdmethods\"", Doc: "" /* 756 byte string literal not displayed */, Default: "true", }, { Name: "\"stringintconv\"", Doc: "" /* 631 byte string literal not displayed */, Default: "true", }, { Name: "\"structtag\"", Doc: "" /* 139 byte string literal not displayed */, Default: "true", }, { Name: "\"testinggoroutine\"", Doc: "" /* 494 byte string literal not displayed */, Default: "true", }, { Name: "\"tests\"", Doc: "" /* 371 byte string literal not displayed */, Default: "true", }, { Name: "\"unmarshal\"", Doc: "" /* 203 byte string literal not displayed */, Default: "true", }, { Name: "\"unreachable\"", Doc: "" /* 214 byte string literal not displayed */, Default: "true", }, { Name: "\"unsafeptr\"", Doc: "" /* 396 byte string literal not displayed */, Default: "true", }, { Name: "\"unusedparams\"", Doc: "" /* 349 byte string literal not displayed */, Default: "false", }, { Name: "\"unusedresult\"", Doc: "" /* 328 byte string literal not displayed */, Default: "true", }, { Name: "\"unusedwrite\"", Doc: "" /* 640 byte string literal not displayed */, Default: "false", }, { Name: "\"useany\"", Doc: "check for constraints that could be simplified to \"any\"", Default: "false", }, { Name: "\"fillreturns\"", Doc: "" /* 430 byte string literal not displayed */, Default: "true", }, { Name: "\"nonewvars\"", Doc: "" /* 232 byte string literal not displayed */, Default: "true", }, { Name: "\"noresultvalues\"", Doc: "" /* 259 byte string literal not displayed */, Default: "true", }, { Name: "\"undeclaredname\"", Doc: "" /* 313 byte string literal not displayed */, Default: "true", }, { Name: "\"fillstruct\"", Doc: "" /* 294 byte string literal not displayed */, Default: "true", }, { Name: "\"stubmethods\"", Doc: "stub methods analyzer\n\nThis analyzer generates method stubs for concrete types\nin order to implement a target interface", Default: "true", }, }, }, Default: "{}", Hierarchy: "ui.diagnostic", }, { Name: "staticcheck", Type: "bool", Doc: "staticcheck enables additional analyses from staticcheck.io.\n", Default: "false", Status: "experimental", Hierarchy: "ui.diagnostic", }, { Name: "annotations", Type: "map[string]bool", Doc: "annotations specifies the various kinds of optimization diagnostics\nthat should be reported by the gc_details command.\n", EnumKeys: EnumKeys{ ValueType: "bool", Keys: []EnumKey{ { Name: "\"bounds\"", Doc: "`\"bounds\"` controls bounds checking diagnostics.\n", Default: "true", }, { Name: "\"escape\"", Doc: "`\"escape\"` controls diagnostics about escape choices.\n", Default: "true", }, { Name: "\"inline\"", Doc: "`\"inline\"` controls diagnostics about inlining choices.\n", Default: "true", }, { Name: "\"nil\"", Doc: "`\"nil\"` controls nil checks.\n", Default: "true", }, }, }, Default: "{\"bounds\":true,\"escape\":true,\"inline\":true,\"nil\":true}", Status: "experimental", Hierarchy: "ui.diagnostic", }, { Name: "diagnosticsDelay", Type: "time.Duration", Doc: "" /* 328 byte string literal not displayed */, Default: "\"250ms\"", Status: "advanced", Hierarchy: "ui.diagnostic", }, { Name: "experimentalWatchedFileDelay", Type: "time.Duration", Doc: "" /* 401 byte string literal not displayed */, Default: "\"0s\"", Status: "experimental", Hierarchy: "ui.diagnostic", }, { Name: "codelenses", Type: "map[string]bool", Doc: "" /* 464 byte string literal not displayed */, EnumKeys: EnumKeys{ ValueType: "bool", Keys: []EnumKey{ { Name: "\"gc_details\"", Doc: "Toggle the calculation of gc annotations.", Default: "false", }, { Name: "\"generate\"", Doc: "Runs `go generate` for a given directory.", Default: "true", }, { Name: "\"regenerate_cgo\"", Doc: "Regenerates cgo definitions.", Default: "true", }, { Name: "\"test\"", Doc: "Runs `go test` for a specific set of test or benchmark functions.", Default: "false", }, { Name: "\"tidy\"", Doc: "Runs `go mod tidy` for a module.", Default: "true", }, { Name: "\"upgrade_dependency\"", Doc: "Upgrades a dependency in the go.mod file for a module.", Default: "true", }, { Name: "\"vendor\"", Doc: "Runs `go mod vendor` for a module.", Default: "true", }, }, }, Default: "{\"gc_details\":false,\"generate\":true,\"regenerate_cgo\":true,\"tidy\":true,\"upgrade_dependency\":true,\"vendor\":true}", Hierarchy: "ui", }, { Name: "semanticTokens", Type: "bool", Doc: "semanticTokens controls whether the LSP server will send\nsemantic tokens to the client.\n", Default: "false", Status: "experimental", Hierarchy: "ui", }, { Name: "local", Type: "string", Doc: "" /* 223 byte string literal not displayed */, Default: "\"\"", Hierarchy: "formatting", }, { Name: "gofumpt", Type: "bool", Doc: "gofumpt indicates if we should run gofumpt formatting.\n", Default: "false", Hierarchy: "formatting", }, { Name: "verboseOutput", Type: "bool", Doc: "verboseOutput enables additional debug logging.\n", Default: "false", Status: "debug", }, }, }, Commands: []*CommandJSON{ { Command: "gopls.add_dependency", Title: "Add a dependency", Doc: "Adds a dependency to the go.mod file for a module.", ArgDoc: "" /* 197 byte string literal not displayed */, }, { Command: "gopls.add_import", Title: "Add an import", Doc: "" /* 163 byte string literal not displayed */, ArgDoc: "" /* 206 byte string literal not displayed */, }, { Command: "gopls.apply_fix", Title: "Apply a fix", Doc: "Applies a fix to a region of source code.", ArgDoc: "" /* 340 byte string literal not displayed */, }, { Command: "gopls.check_upgrades", Title: "Check for upgrades", Doc: "Checks for module upgrades.", ArgDoc: "{\n\t// The go.mod file URI.\n\t\"URI\": string,\n\t// The modules to check.\n\t\"Modules\": []string,\n}", }, { Command: "gopls.edit_go_directive", Title: "Run go mod edit -go=version", Doc: "Runs `go mod edit -go=version` for a module.", ArgDoc: "" /* 149 byte string literal not displayed */, }, { Command: "gopls.gc_details", Title: "Toggle gc_details", Doc: "Toggle the calculation of gc annotations.", ArgDoc: "string", }, { Command: "gopls.generate", Title: "Run go generate", Doc: "Runs `go generate` for a given directory.", ArgDoc: "" /* 149 byte string literal not displayed */, }, { Command: "gopls.generate_gopls_mod", Title: "Generate gopls.mod", Doc: "(Re)generate the gopls.mod file for a workspace.", ArgDoc: "{\n\t// The file URI.\n\t\"URI\": string,\n}", }, { Command: "gopls.go_get_package", Title: "go get a package", Doc: "Runs `go get` to fetch a package.", ArgDoc: "" /* 151 byte string literal not displayed */, }, { Command: "gopls.list_imports", Title: "List imports of a file and its package", Doc: "Retrieve a list of imports in the given Go file, and the package it\nbelongs to.", ArgDoc: "{\n\t// The file URI.\n\t\"URI\": string,\n}", ResultDoc: "" /* 271 byte string literal not displayed */, }, { Command: "gopls.list_known_packages", Title: "List known packages", Doc: "Retrieve a list of packages that are importable from the given URI.", ArgDoc: "{\n\t// The file URI.\n\t\"URI\": string,\n}", ResultDoc: "" /* 257 byte string literal not displayed */, }, { Command: "gopls.regenerate_cgo", Title: "Regenerate cgo", Doc: "Regenerates cgo definitions.", ArgDoc: "{\n\t// The file URI.\n\t\"URI\": string,\n}", }, { Command: "gopls.remove_dependency", Title: "Remove a dependency", Doc: "Removes a dependency from the go.mod file of a module.", ArgDoc: "" /* 142 byte string literal not displayed */, }, { Command: "gopls.run_tests", Title: "Run test(s)", Doc: "Runs `go test` for a specific set of test or benchmark functions.", ArgDoc: "" /* 229 byte string literal not displayed */, }, { Command: "gopls.start_debugging", Title: "Start the gopls debug server", Doc: "Start the gopls debug server if it isn't running, and return the debug\naddress.", ArgDoc: "" /* 817 byte string literal not displayed */, ResultDoc: "" /* 659 byte string literal not displayed */, }, { Command: "gopls.test", Title: "Run test(s) (legacy)", Doc: "Runs `go test` for a specific set of test or benchmark functions.", ArgDoc: "string,\n[]string,\n[]string", }, { Command: "gopls.tidy", Title: "Run go mod tidy", Doc: "Runs `go mod tidy` for a module.", ArgDoc: "{\n\t// The file URIs.\n\t\"URIs\": []string,\n}", }, { Command: "gopls.toggle_gc_details", Title: "Toggle gc_details", Doc: "Toggle the calculation of gc annotations.", ArgDoc: "{\n\t// The file URI.\n\t\"URI\": string,\n}", }, { Command: "gopls.update_go_sum", Title: "Update go.sum", Doc: "Updates the go.sum file for a module.", ArgDoc: "{\n\t// The file URIs.\n\t\"URIs\": []string,\n}", }, { Command: "gopls.upgrade_dependency", Title: "Upgrade a dependency", Doc: "Upgrades a dependency in the go.mod file for a module.", ArgDoc: "" /* 197 byte string literal not displayed */, }, { Command: "gopls.vendor", Title: "Run go mod vendor", Doc: "Runs `go mod vendor` for a module.", ArgDoc: "{\n\t// The file URI.\n\t\"URI\": string,\n}", }, }, Lenses: []*LensJSON{ { Lens: "gc_details", Title: "Toggle gc_details", Doc: "Toggle the calculation of gc annotations.", }, { Lens: "generate", Title: "Run go generate", Doc: "Runs `go generate` for a given directory.", }, { Lens: "regenerate_cgo", Title: "Regenerate cgo", Doc: "Regenerates cgo definitions.", }, { Lens: "test", Title: "Run test(s) (legacy)", Doc: "Runs `go test` for a specific set of test or benchmark functions.", }, { Lens: "tidy", Title: "Run go mod tidy", Doc: "Runs `go mod tidy` for a module.", }, { Lens: "upgrade_dependency", Title: "Upgrade a dependency", Doc: "Upgrades a dependency in the go.mod file for a module.", }, { Lens: "vendor", Title: "Run go mod vendor", Doc: "Runs `go mod vendor` for a module.", }, }, Analyzers: []*AnalyzerJSON{ { Name: "asmdecl", Doc: "report mismatches between assembly files and Go declarations", Default: true, }, { Name: "assign", Doc: "" /* 190 byte string literal not displayed */, Default: true, }, { Name: "atomic", Doc: "" /* 182 byte string literal not displayed */, Default: true, }, { Name: "atomicalign", Doc: "check for non-64-bits-aligned arguments to sync/atomic functions", Default: true, }, { Name: "bools", Doc: "check for common mistakes involving boolean operators", Default: true, }, { Name: "buildtag", Doc: "check that +build tags are well-formed and correctly located", Default: true, }, { Name: "cgocall", Doc: "" /* 386 byte string literal not displayed */, Default: true, }, { Name: "composites", Doc: "" /* 440 byte string literal not displayed */, Default: true, }, { Name: "copylocks", Doc: "" /* 238 byte string literal not displayed */, Default: true, }, { Name: "deepequalerrors", Doc: "" /* 245 byte string literal not displayed */, Default: true, }, { Name: "errorsas", Doc: "" /* 199 byte string literal not displayed */, Default: true, }, { Name: "fieldalignment", Doc: "" /* 798 byte string literal not displayed */, }, { Name: "httpresponse", Doc: "" /* 473 byte string literal not displayed */, Default: true, }, { Name: "ifaceassert", Doc: "" /* 522 byte string literal not displayed */, Default: true, }, { Name: "infertypeargs", Doc: "" /* 304 byte string literal not displayed */, Default: true, }, { Name: "loopclosure", Doc: "" /* 555 byte string literal not displayed */, Default: true, }, { Name: "lostcancel", Doc: "" /* 289 byte string literal not displayed */, Default: true, }, { Name: "nilfunc", Doc: "check for useless comparisons between functions and nil\n\nA useless comparison is one like f == nil as opposed to f() == nil.", Default: true, }, { Name: "nilness", Doc: "" /* 814 byte string literal not displayed */, }, { Name: "printf", Doc: "" /* 1069 byte string literal not displayed */, Default: true, }, { Name: "shadow", Doc: "" /* 710 byte string literal not displayed */, }, { Name: "shift", Doc: "check for shifts that equal or exceed the width of the integer", Default: true, }, { Name: "simplifycompositelit", Doc: "" /* 224 byte string literal not displayed */, Default: true, }, { Name: "simplifyrange", Doc: "" /* 303 byte string literal not displayed */, Default: true, }, { Name: "simplifyslice", Doc: "" /* 181 byte string literal not displayed */, Default: true, }, { Name: "sortslice", Doc: "" /* 167 byte string literal not displayed */, Default: true, }, { Name: "stdmethods", Doc: "" /* 756 byte string literal not displayed */, Default: true, }, { Name: "stringintconv", Doc: "" /* 631 byte string literal not displayed */, Default: true, }, { Name: "structtag", Doc: "" /* 139 byte string literal not displayed */, Default: true, }, { Name: "testinggoroutine", Doc: "" /* 494 byte string literal not displayed */, Default: true, }, { Name: "tests", Doc: "" /* 371 byte string literal not displayed */, Default: true, }, { Name: "unmarshal", Doc: "" /* 203 byte string literal not displayed */, Default: true, }, { Name: "unreachable", Doc: "" /* 214 byte string literal not displayed */, Default: true, }, { Name: "unsafeptr", Doc: "" /* 396 byte string literal not displayed */, Default: true, }, { Name: "unusedparams", Doc: "" /* 349 byte string literal not displayed */, }, { Name: "unusedresult", Doc: "" /* 328 byte string literal not displayed */, Default: true, }, { Name: "unusedwrite", Doc: "" /* 640 byte string literal not displayed */, }, { Name: "useany", Doc: "check for constraints that could be simplified to \"any\"", }, { Name: "fillreturns", Doc: "" /* 430 byte string literal not displayed */, Default: true, }, { Name: "nonewvars", Doc: "" /* 232 byte string literal not displayed */, Default: true, }, { Name: "noresultvalues", Doc: "" /* 259 byte string literal not displayed */, Default: true, }, { Name: "undeclaredname", Doc: "" /* 313 byte string literal not displayed */, Default: true, }, { Name: "fillstruct", Doc: "" /* 294 byte string literal not displayed */, Default: true, }, { Name: "stubmethods", Doc: "stub methods analyzer\n\nThis analyzer generates method stubs for concrete types\nin order to implement a target interface", Default: true, }, }, }
Functions ¶
func AddImport ¶
func AddImport(ctx context.Context, snapshot Snapshot, fh VersionedFileHandle, importPath string) ([]protocol.TextEdit, error)
AddImport adds a single import statement to the given file
func Analyze ¶
func Analyze(ctx context.Context, snapshot Snapshot, pkg Package, includeConvenience bool) (map[span.URI][]*Diagnostic, error)
func ApplyFix ¶
func ApplyFix(ctx context.Context, fix string, snapshot Snapshot, fh VersionedFileHandle, pRng protocol.Range) ([]protocol.TextDocumentEdit, error)
ApplyFix applies the command's suggested fix to the given file and range, returning the resulting edits.
func BuildLink ¶
BuildLink constructs a link with the given target, path, and anchor.
func ByteOffsetsToRange ¶
func ByteOffsetsToRange(m *protocol.ColumnMapper, uri span.URI, start, end int) (protocol.Range, error)
ByteOffsetsToRange creates a range spanning start and end.
func CanExtractFunction ¶
func CanExtractFunction(fset *token.FileSet, rng span.Range, src []byte, file *ast.File) (*fnExtractParams, bool, bool, error)
CanExtractFunction reports whether the code in the given range can be extracted to a function.
func CanExtractVariable ¶
CanExtractVariable reports whether the code in the given range can be extracted to a variable.
func CollectScopes ¶
CollectScopes returns all scopes in an ast path, ordered as innermost scope first.
func CommentToMarkdown ¶
CommentToMarkdown converts comment text to formatted markdown. The comment was prepared by DocReader, so it is known not to have leading, trailing blank lines nor to have trailing spaces at the end of lines. The comment markers have already been removed.
Each line is converted into a markdown line and empty lines are just converted to newlines. Heading are prefixed with `### ` to make it a markdown heading.
A span of indented lines retains a 4 space prefix block, with the common indent prefix removed unless empty, in which case it will be converted to a newline.
URLs in the comment text are converted into links.
func CompareDiagnostic ¶
func CompareDiagnostic(a, b *Diagnostic) int
func CompareURI ¶
func ComputeOneImportFixEdits ¶
func ComputeOneImportFixEdits(snapshot Snapshot, pgf *ParsedGoFile, fix *imports.ImportFix) ([]protocol.TextEdit, error)
ComputeOneImportFixEdits returns text edits for a single import fix.
func Deref ¶
Deref returns a pointer's element type, traversing as many levels as needed. Otherwise it returns typ.
It can return a pointer type for cyclic types (see golang/go#45510).
func DocumentSymbols ¶
func DocumentSymbols(ctx context.Context, snapshot Snapshot, fh FileHandle) ([]protocol.DocumentSymbol, error)
func FileDiagnostics ¶
func FileDiagnostics(ctx context.Context, snapshot Snapshot, uri span.URI) (VersionedFileIdentity, []*Diagnostic, error)
func FiltersDisallow ¶
FilterDisallow is code from the body of cache.pathExcludedByFilter in cache/view.go Exporting and using that function would cause an import cycle. Moving it here and exporting it would leave behind view_test.go. (This code is exported and used in the body of cache.pathExcludedByFilter)
func Format ¶
Format formats a file with a given range.
func FormatHover ¶
func FormatNode ¶
FormatNode returns the "pretty-print" output for an ast node.
func FormatType ¶
func FormatType(typ types.Type, qf types.Qualifier) (detail string, kind protocol.CompletionItemKind)
FormatType returns the detail and kind for a types.Type.
func FormatTypeParams ¶
func FormatTypeParams(tparams *typeparams.TypeParamList) string
FormatTypeParams turns TypeParamList into its Go representation, such as: [T, Y]. Note that it does not print constraints as this is mainly used for formatting type params in method receivers.
func FormatVarType ¶
func FormatVarType(ctx context.Context, snapshot Snapshot, srcpkg Package, obj *types.Var, qf types.Qualifier) string
FormatVarType formats a *types.Var, accounting for type aliases. To do this, it looks in the AST of the file in which the object is declared. On any errors, it always fallbacks back to types.TypeString.
func FromProtocolEdits ¶
func FromProtocolEdits(m *protocol.ColumnMapper, edits []protocol.TextEdit) ([]diff.TextEdit, error)
func GCOptimizationDetails ¶
func GCOptimizationDetails(ctx context.Context, snapshot Snapshot, pkg Package) (map[VersionedFileIdentity][]*Diagnostic, error)
func GetParsedFile ¶
func GetParsedFile(ctx context.Context, snapshot Snapshot, fh FileHandle, pkgPolicy PackageFilter) (Package, *ParsedGoFile, error)
GetParsedFile is a convenience function that extracts the Package and ParsedGoFile for a file in a Snapshot. pkgPolicy is one of NarrowestPackage/ WidestPackage.
func Highlight ¶
func Highlight(ctx context.Context, snapshot Snapshot, fh FileHandle, pos protocol.Position) ([]protocol.Range, error)
func Hover ¶
func Hover(ctx context.Context, snapshot Snapshot, fh FileHandle, position protocol.Position) (*protocol.Hover, error)
func Implementation ¶
func Implementation(ctx context.Context, snapshot Snapshot, f FileHandle, pp protocol.Position) ([]protocol.Location, error)
func ImportPath ¶
func ImportPath(s *ast.ImportSpec) string
ImportPath returns the unquoted import path of s, or "" if the path is not properly quoted.
func InDir ¶
InDir checks whether path is in the file tree rooted at dir. InDir makes some effort to succeed even in the presence of symbolic links.
Copied and slightly adjusted from go/src/cmd/go/internal/search/search.go.
func InRange ¶
InRange reports whether the given position is in the given token.File.
func IncomingCalls ¶
func IncomingCalls(ctx context.Context, snapshot Snapshot, fh FileHandle, pos protocol.Position) ([]protocol.CallHierarchyIncomingCall, error)
IncomingCalls returns an array of CallHierarchyIncomingCall for a file and the position within the file.
func IsCommandLineArguments ¶
IsCommandLineArguments reports whether a given value denotes "command-line-arguments" package, which is a package with an unknown ID created by the go command. It can have a test variant, which is why callers should not check that a value equals "command-line-arguments" directly.
func IsGenerated ¶
func IsInterface ¶
IsInterface returns if a types.Type is an interface
func IsNonFatalGoModError ¶
func IsValidImport ¶
IsValidImport returns whether importPkgPath is importable by pkgPath
func IsWorkspaceModuleVersion ¶
func KnownPackages ¶
func KnownPackages(ctx context.Context, snapshot Snapshot, fh VersionedFileHandle) ([]string, error)
KnownPackages returns a list of all known packages in the package graph that could potentially be imported by the given file.
func LensFuncs ¶
LensFuncs returns the supported lensFuncs for Go files.
func LineToRange ¶
func LineToRange(m *protocol.ColumnMapper, uri span.URI, start, end modfile.Position) (protocol.Range, error)
LineToRange creates a Range spanning start and end.
func NewBuiltinSignature ¶
NewBuiltinSignature returns signature for the builtin object with a given name, if a builtin object with the name exists.
func NewSignature ¶
func NewSignature(ctx context.Context, s Snapshot, pkg Package, sig *types.Signature, comment *ast.CommentGroup, qf types.Qualifier) *signature
NewSignature returns formatted signature for a types.Signature struct.
func NodeContains ¶
NodeContains returns true if a node encloses a given position pos.
func Offset ¶
Offset returns tok.Offset(pos), but first checks that the pos is in range for the given file.
func OutgoingCalls ¶
func OutgoingCalls(ctx context.Context, snapshot Snapshot, fh FileHandle, pos protocol.Position) ([]protocol.CallHierarchyOutgoingCall, error)
OutgoingCalls returns an array of CallHierarchyOutgoingCall for a file and the position within the file.
func Pos ¶
Pos returns tok.Pos(offset), but first checks that the offset is valid for the given file.
func PrepareCallHierarchy ¶
func PrepareCallHierarchy(ctx context.Context, snapshot Snapshot, fh FileHandle, pos protocol.Position) ([]protocol.CallHierarchyItem, error)
PrepareCallHierarchy returns an array of CallHierarchyItem for a file and the position within the file.
func ProtocolEditsFromSource ¶
func ProtocolEditsFromSource(src []byte, edits []diff.TextEdit, converter span.Converter) ([]protocol.TextEdit, error)
ProtocolEditsFromSource converts text edits to LSP edits using the original source.
func Qualifier ¶
Qualifier returns a function that appropriately formats a types.PkgName appearing in a *ast.File.
func Rename ¶
func Rename(ctx context.Context, s Snapshot, f FileHandle, pp protocol.Position, newName string) (map[span.URI][]protocol.TextEdit, error)
Rename returns a map of TextEdits for each file modified when renaming a given identifier within a package.
func SignatureHelp ¶
func SignatureHelp(ctx context.Context, snapshot Snapshot, fh FileHandle, pos protocol.Position) (*protocol.SignatureInformation, int, error)
func SortDiagnostics ¶
func SortDiagnostics(d []*Diagnostic)
func TestsAndBenchmarks ¶
func TestsAndBenchmarks(ctx context.Context, snapshot Snapshot, fh FileHandle) (testFns, error)
func ToProtocolEdits ¶
func WorkspaceModuleVersion ¶
func WorkspaceSymbols ¶
func WorkspaceSymbols(ctx context.Context, matcherType SymbolMatcher, style SymbolStyle, views []View, query string) ([]protocol.SymbolInformation, error)
WorkspaceSymbols matches symbols across all views using the given query, according to the match semantics parameterized by matcherType and style.
The workspace symbol method is defined in the spec as follows:
The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string.
It is unclear what "project-wide" means here, but given the parameters of workspace/symbol do not include any workspace identifier, then it has to be assumed that "project-wide" means "across all workspaces". Hence why WorkspaceSymbols receives the views []View.
However, it then becomes unclear what it would mean to call WorkspaceSymbols with a different configured SymbolMatcher per View. Therefore we assume that Session level configuration will define the SymbolMatcher to be used for the WorkspaceSymbols method.
Types ¶
type APIJSON ¶
type APIJSON struct { Options map[string][]*OptionJSON Commands []*CommandJSON Lenses []*LensJSON Analyzers []*AnalyzerJSON }
type Analyzer ¶
type Analyzer struct { Analyzer *analysis.Analyzer // Enabled reports whether the analyzer is enabled. This value can be // configured per-analysis in user settings. For staticcheck analyzers, // the value of the Staticcheck setting overrides this field. Enabled bool // Fix is the name of the suggested fix name used to invoke the suggested // fixes for the analyzer. It is non-empty if we expect this analyzer to // provide its fix separately from its diagnostics. That is, we should apply // the analyzer's suggested fixes through a Command, not a TextEdit. Fix string // ActionKind is the kind of code action this analyzer produces. If // unspecified the type defaults to quickfix. ActionKind []protocol.CodeActionKind // Severity is the severity set for diagnostics reported by this // analyzer. If left unset it defaults to Warning. Severity protocol.DiagnosticSeverity }
Analyzer represents a go/analysis analyzer with some boolean properties that let the user know how to use the analyzer.
func EnabledAnalyzers ¶
EnabledAnalyzers returns all of the analyzers enabled for the given snapshot.
func (Analyzer) IsEnabled ¶
type AnalyzerJSON ¶
func (*AnalyzerJSON) String ¶
func (a *AnalyzerJSON) String() string
func (*AnalyzerJSON) Write ¶
func (a *AnalyzerJSON) Write(w io.Writer)
type Annotation ¶
type Annotation string
const ( // Nil controls nil checks. Nil Annotation = "nil" // Escape controls diagnostics about escape choices. Escape Annotation = "escape" // Inline controls diagnostics about inlining choices. Inline Annotation = "inline" // Bounds controls bounds checking diagnostics. Bounds Annotation = "bounds" )
type BuildOptions ¶
type BuildOptions struct { // BuildFlags is the set of flags passed on to the build system when invoked. // It is applied to queries like `go list`, which is used when discovering files. // The most common use is to set `-tags`. BuildFlags []string // Env adds environment variables to external commands run by `gopls`, most notably `go list`. Env map[string]string // DirectoryFilters can be used to exclude unwanted directories from the // workspace. By default, all directories are included. Filters are an // operator, `+` to include and `-` to exclude, followed by a path prefix // relative to the workspace folder. They are evaluated in order, and // the last filter that applies to a path controls whether it is included. // The path prefix can be empty, so an initial `-` excludes everything. // // Examples: // // Exclude node_modules: `-node_modules` // // Include only project_a: `-` (exclude everything), `+project_a` // // Include only project_a, but not node_modules inside it: `-`, `+project_a`, `-project_a/node_modules` DirectoryFilters []string // TemplateExtensions gives the extensions of file names that are treateed // as template files. (The extension // is the part of the file name after the final dot.) TemplateExtensions []string // MemoryMode controls the tradeoff `gopls` makes between memory usage and // correctness. // // Values other than `Normal` are untested and may break in surprising ways. MemoryMode MemoryMode `status:"experimental"` // ExpandWorkspaceToModule instructs `gopls` to adjust the scope of the // workspace to find the best available module root. `gopls` first looks for // a go.mod file in any parent directory of the workspace folder, expanding // the scope to that directory if it exists. If no viable parent directory is // found, gopls will check if there is exactly one child directory containing // a go.mod file, narrowing the scope to that directory if it exists. ExpandWorkspaceToModule bool `status:"experimental"` // ExperimentalWorkspaceModule opts a user into the experimental support // for multi-module workspaces. ExperimentalWorkspaceModule bool `status:"experimental"` // ExperimentalPackageCacheKey controls whether to use a coarser cache key // for package type information to increase cache hits. This setting removes // the user's environment, build flags, and working directory from the cache // key, which should be a safe change as all relevant inputs into the type // checking pass are already hashed into the key. This is temporarily guarded // by an experiment because caching behavior is subtle and difficult to // comprehensively test. ExperimentalPackageCacheKey bool `status:"experimental"` // AllowModfileModifications disables -mod=readonly, allowing imports from // out-of-scope modules. This option will eventually be removed. AllowModfileModifications bool `status:"experimental"` // AllowImplicitNetworkAccess disables GOPROXY=off, allowing implicit module // downloads rather than requiring user action. This option will eventually // be removed. AllowImplicitNetworkAccess bool `status:"experimental"` // ExperimentalUseInvalidMetadata enables gopls to fall back on outdated // package metadata to provide editor features if the go command fails to // load packages for some reason (like an invalid go.mod file). This will // eventually be the default behavior, and this setting will be removed. ExperimentalUseInvalidMetadata bool `status:"experimental"` }
type ClientOptions ¶
type ClientOptions struct { InsertTextFormat protocol.InsertTextFormat ConfigurationSupported bool DynamicConfigurationSupported bool DynamicRegistrationSemanticTokensSupported bool DynamicWatchedFilesSupported bool PreferredContentFormat protocol.MarkupKind LineFoldingOnly bool HierarchicalDocumentSymbolSupport bool SemanticTypes []string SemanticMods []string RelatedInformationSupported bool CompletionTags bool CompletionDeprecated bool }
ClientOptions holds LSP-specific configuration that is provided by the client.
type CommandJSON ¶
func (*CommandJSON) String ¶
func (c *CommandJSON) String() string
func (*CommandJSON) Write ¶
func (c *CommandJSON) Write(w io.Writer)
type CompletionOptions ¶
type CompletionOptions struct { // Placeholders enables placeholders for function parameters or struct // fields in completion responses. UsePlaceholders bool // CompletionBudget is the soft latency goal for completion requests. Most // requests finish in a couple milliseconds, but in some cases deep // completions can take much longer. As we use up our budget we // dynamically reduce the search scope to ensure we return timely // results. Zero means unlimited. CompletionBudget time.Duration `status:"debug"` // Matcher sets the algorithm that is used when calculating completion // candidates. Matcher Matcher `status:"advanced"` // ExperimentalPostfixCompletions enables artifical method snippets // such as "someSlice.sort!". ExperimentalPostfixCompletions bool `status:"experimental"` }
type CriticalError ¶
type CriticalError struct { // MainError is the primary error. Must be non-nil. MainError error // DiagList contains any supplemental (structured) diagnostics. DiagList []*Diagnostic }
type Declaration ¶
type Declaration struct { MappedRange []MappedRange // contains filtered or unexported fields }
type Diagnostic ¶
type Diagnostic struct { URI span.URI Range protocol.Range Severity protocol.DiagnosticSeverity Code string CodeHref string // Source is a human-readable description of the source of the error. // Diagnostics generated by an analysis.Analyzer set it to Analyzer.Name. Source DiagnosticSource Message string Tags []protocol.DiagnosticTag Related []RelatedInformation // Fields below are used internally to generate quick fixes. They aren't // part of the LSP spec and don't leave the server. SuggestedFixes []SuggestedFix Analyzer *Analyzer }
An Diagnostic corresponds to an LSP Diagnostic. https://microsoft.github.io/language-server-protocol/specification#diagnostic
type DiagnosticOptions ¶
type DiagnosticOptions struct { // Analyses specify analyses that the user would like to enable or disable. // A map of the names of analysis passes that should be enabled/disabled. // A full list of analyzers that gopls uses can be found // [here](https://github.com/golang/tools/blob/master/gopls/doc/analyzers.md). // // Example Usage: // // ```json5 // ... // "analyses": { // "unreachable": false, // Disable the unreachable analyzer. // "unusedparams": true // Enable the unusedparams analyzer. // } // ... // ``` Analyses map[string]bool // Staticcheck enables additional analyses from staticcheck.io. Staticcheck bool `status:"experimental"` // Annotations specifies the various kinds of optimization diagnostics // that should be reported by the gc_details command. Annotations map[Annotation]bool `status:"experimental"` // DiagnosticsDelay controls the amount of time that gopls waits // after the most recent file modification before computing deep diagnostics. // Simple diagnostics (parsing and type-checking) are always run immediately // on recently modified packages. // // This option must be set to a valid duration string, for example `"250ms"`. DiagnosticsDelay time.Duration `status:"advanced"` // ExperimentalWatchedFileDelay controls the amount of time that gopls waits // for additional workspace/didChangeWatchedFiles notifications to arrive, // before processing all such notifications in a single batch. This is // intended for use by LSP clients that don't support their own batching of // file system notifications. // // This option must be set to a valid duration string, for example `"100ms"`. ExperimentalWatchedFileDelay time.Duration `status:"experimental"` }
type DiagnosticSource ¶
type DiagnosticSource string
const ( UnknownError DiagnosticSource = "<Unknown source>" ListError DiagnosticSource = "go list" ParseError DiagnosticSource = "syntax" TypeError DiagnosticSource = "compiler" ModTidyError DiagnosticSource = "go mod tidy" OptimizationDetailsError DiagnosticSource = "optimizer details" UpgradeNotification DiagnosticSource = "upgrade available" TemplateError DiagnosticSource = "template" WorkFileError DiagnosticSource = "go.work file" )
func AnalyzerErrorKind ¶
func AnalyzerErrorKind(name string) DiagnosticSource
type DocumentationOptions ¶
type DocumentationOptions struct { // HoverKind controls the information that appears in the hover text. // SingleLine and Structured are intended for use only by authors of editor plugins. HoverKind HoverKind // LinkTarget controls where documentation links go. // It might be one of: // // * `"godoc.org"` // * `"pkg.go.dev"` // // If company chooses to use its own `godoc.org`, its address can be used as well. LinkTarget string // LinksInHover toggles the presence of links to documentation in hover. LinksInHover bool }
type EnumKey ¶
type EnumKeys ¶
type EnumValue ¶
type FileAction ¶
type FileAction int
func (FileAction) String ¶
func (a FileAction) String() string
type FileHandle ¶
type FileHandle interface { URI() span.URI // FileIdentity returns a FileIdentity for the file, even if there was an // error reading it. FileIdentity() FileIdentity // Read reads the contents of a file. // If the file is not available, returns a nil slice and an error. Read() ([]byte, error) // Saved reports whether the file has the same content on disk. Saved() bool }
FileHandle represents a handle to a specific version of a single file.
type FileIdentity ¶
type FileIdentity struct { URI span.URI // Identifier represents a unique identifier for the file's content. Hash string }
FileIdentity uniquely identifies a file at a version from a FileSystem.
func (FileIdentity) String ¶
func (id FileIdentity) String() string
type FileKind ¶
type FileKind int
FileKind describes the kind of the file in question. It can be one of Go,mod, Sum, or Tmpl.
func FileKindForLang ¶
FileKindForLang returns the file kind associated with the given language ID, or UnknownKind if the language ID is not recognized.
func (FileKind) String ¶
type FileModification ¶
type FileModification struct { URI span.URI Action FileAction // OnDisk is true if a watched file is changed on disk. // If true, Version will be -1 and Text will be nil. OnDisk bool // Version will be -1 and Text will be nil when they are not supplied, // specifically on textDocument/didClose and for on-disk changes. Version int32 Text []byte // LanguageID is only sent from the language client on textDocument/didOpen. LanguageID string }
FileModification represents a modification to a file.
type FileSource ¶
type FileSource interface { // GetFile returns the FileHandle for a given URI. GetFile(ctx context.Context, uri span.URI) (FileHandle, error) }
A FileSource maps uris to FileHandles. This abstraction exists both for testability, and so that algorithms can be run equally on session and snapshot files.
type FoldingRangeInfo ¶
type FoldingRangeInfo struct { MappedRange Kind protocol.FoldingRangeKind }
FoldingRangeInfo holds range and kind info of folding for an ast.Node
func FoldingRange ¶
func FoldingRange(ctx context.Context, snapshot Snapshot, fh FileHandle, lineFoldingOnly bool) (ranges []*FoldingRangeInfo, err error)
FoldingRange gets all of the folding range for f.
type FormattingOptions ¶
type FormattingOptions struct { // Local is the equivalent of the `goimports -local` flag, which puts // imports beginning with this string after third-party packages. It should // be the prefix of the import path whose imports should be grouped // separately. Local string // Gofumpt indicates if we should run gofumpt formatting. Gofumpt bool }
type Hooks ¶
type Hooks struct { LicensesText string GoDiff bool ComputeEdits diff.ComputeEdits URLRegexp *regexp.Regexp // GofumptFormat allows the gopls module to wire-in a call to // gofumpt/format.Source. langVersion and modulePath are used for some // Gofumpt formatting rules -- see the Gofumpt documentation for details. GofumptFormat func(ctx context.Context, langVersion, modulePath string, src []byte) ([]byte, error) DefaultAnalyzers map[string]*Analyzer TypeErrorAnalyzers map[string]*Analyzer ConvenienceAnalyzers map[string]*Analyzer StaticcheckAnalyzers map[string]*Analyzer }
Hooks contains configuration that is provided to the Gopls command by the main package.
type HoverContext ¶
type HoverContext struct { // comment is the most relevant comment group associated with the hovered object. Comment *ast.CommentGroup // contains filtered or unexported fields }
HoverContext contains context extracted from the syntax and type information of a given node, for use in various summaries (hover, autocomplete, signature help).
func FindHoverContext ¶
func FindHoverContext(ctx context.Context, s Snapshot, pkg Package, obj types.Object, pkgNode ast.Node, fullDecl ast.Decl) (*HoverContext, error)
FindHoverContext returns a HoverContext struct for an AST node and its declaration object. node should be the actual node used in type checking, while fullNode could be a separate node with more complete syntactic information.
type HoverJSON ¶
type HoverJSON struct { // Synopsis is a single sentence synopsis of the symbol's documentation. Synopsis string `json:"synopsis"` // FullDocumentation is the symbol's full documentation. FullDocumentation string `json:"fullDocumentation"` // Signature is the symbol's signature. Signature string `json:"signature"` // SingleLine is a single line describing the symbol. // This is recommended only for use in clients that show a single line for hover. SingleLine string `json:"singleLine"` // SymbolName is the types.Object.Name for the given symbol. SymbolName string `json:"symbolName"` // LinkPath is the pkg.go.dev link for the given symbol. // For example, the "go/ast" part of "pkg.go.dev/go/ast#Node". LinkPath string `json:"linkPath"` // LinkAnchor is the pkg.go.dev link anchor for the given symbol. // For example, the "Node" part of "pkg.go.dev/go/ast#Node". LinkAnchor string `json:"linkAnchor"` }
HoverJSON contains information used by hover. It is also the JSON returned for the "structured" hover format
func HoverIdentifier ¶
func HoverIdentifier(ctx context.Context, i *IdentifierInfo) (*HoverJSON, error)
type HoverKind ¶
type HoverKind string
const ( SingleLine HoverKind = "SingleLine" NoDocumentation HoverKind = "NoDocumentation" SynopsisDocumentation HoverKind = "SynopsisDocumentation" FullDocumentation HoverKind = "FullDocumentation" // Structured is an experimental setting that returns a structured hover format. // This format separates the signature from the documentation, so that the client // can do more manipulation of these fields. // // This should only be used by clients that support this behavior. Structured HoverKind = "Structured" )
type IdentifierInfo ¶
type IdentifierInfo struct { Name string Snapshot Snapshot MappedRange Type struct { MappedRange Object types.Object } Inferred *types.Signature Declaration Declaration // contains filtered or unexported fields }
IdentifierInfo holds information about an identifier in Go source.
func Identifier ¶
func Identifier(ctx context.Context, snapshot Snapshot, fh FileHandle, pos protocol.Position) (*IdentifierInfo, error)
Identifier returns identifier information for a position in a file, accounting for a potentially incomplete selector.
func (*IdentifierInfo) IsImport ¶
func (i *IdentifierInfo) IsImport() bool
type ImportFix ¶
func AllImportsFixes ¶
func AllImportsFixes(ctx context.Context, snapshot Snapshot, fh FileHandle) (allFixEdits []protocol.TextEdit, editsPerFix []*ImportFix, err error)
AllImportsFixes formats f for each possible fix to the imports. In addition to returning the result of applying all edits, it returns a list of fixes that could be applied to the file, with the corresponding TextEdits that would be needed to apply that fix.
type ImportShortcut ¶
type ImportShortcut string
const ( Both ImportShortcut = "Both" Link ImportShortcut = "Link" Definition ImportShortcut = "Definition" )
func (ImportShortcut) ShowDefinition ¶
func (s ImportShortcut) ShowDefinition() bool
func (ImportShortcut) ShowLinks ¶
func (s ImportShortcut) ShowLinks() bool
type InternalOptions ¶
type InternalOptions struct { // LiteralCompletions controls whether literal candidates such as // "&someStruct{}" are offered. Tests disable this flag to simplify // their expected values. LiteralCompletions bool // VerboseWorkDoneProgress controls whether the LSP server should send // progress reports for all work done outside the scope of an RPC. // Used by the regression tests. VerboseWorkDoneProgress bool // CompletionDocumentation enables documentation with completion results. CompletionDocumentation bool // CompleteUnimported enables completion for packages that you do not // currently import. CompleteUnimported bool // DeepCompletion enables the ability to return completions from deep // inside relevant entities, rather than just the locally accessible ones. // // Consider this example: // // ```go // package main // // import "fmt" // // type wrapString struct { // str string // } // // func main() { // x := wrapString{"hello world"} // fmt.Printf(<>) // } // ``` // // At the location of the `<>` in this program, deep completion would suggest the result `x.str`. DeepCompletion bool // TempModfile controls the use of the -modfile flag in Go 1.14. TempModfile bool }
InternalOptions contains settings that are not intended for use by the average user. These may be settings used by tests or outdated settings that will soon be deprecated. Some of these settings may not even be configurable by the user.
type InvocationFlags ¶
type InvocationFlags int
InvocationFlags represents the settings of a particular go command invocation. It is a mode, plus a set of flag bits.
const ( // Normal is appropriate for commands that might be run by a user and don't // deliberately modify go.mod files, e.g. `go test`. Normal InvocationFlags = iota // WriteTemporaryModFile is for commands that need information from a // modified version of the user's go.mod file, e.g. `go mod tidy` used to // generate diagnostics. WriteTemporaryModFile // LoadWorkspace is for packages.Load, and other operations that should // consider the whole workspace at once. LoadWorkspace // AllowNetwork is a flag bit that indicates the invocation should be // allowed to access the network. AllowNetwork InvocationFlags = 1 << 10 )
func (InvocationFlags) AllowNetwork ¶
func (m InvocationFlags) AllowNetwork() bool
func (InvocationFlags) Mode ¶
func (m InvocationFlags) Mode() InvocationFlags
type LensFunc ¶
type LensJSON ¶
func (*LensJSON) String ¶
func (*LensJSON) Write ¶
type LinkTarget ¶
type LinkTarget string
type MappedRange ¶
type MappedRange struct {
// contains filtered or unexported fields
}
MappedRange provides mapped protocol.Range for a span.Range, accounting for UTF-16 code points.
func NewMappedRange ¶
func NewMappedRange(fset *token.FileSet, m *protocol.ColumnMapper, start, end token.Pos) MappedRange
NewMappedRange returns a MappedRange for the given start and end token.Pos.
func (MappedRange) Range ¶
func (s MappedRange) Range() (protocol.Range, error)
func (MappedRange) Span ¶
func (s MappedRange) Span() (span.Span, error)
func (MappedRange) SpanRange ¶
func (s MappedRange) SpanRange() span.Range
func (MappedRange) URI ¶
func (s MappedRange) URI() span.URI
type Matcher ¶
type Matcher string
const ( Fuzzy Matcher = "Fuzzy" CaseInsensitive Matcher = "CaseInsensitive" CaseSensitive Matcher = "CaseSensitive" )
type MemoryMode ¶
type MemoryMode string
const ( ModeNormal MemoryMode = "Normal" // In DegradeClosed mode, `gopls` will collect less information about // packages without open files. As a result, features like Find // References and Rename will miss results in such packages. ModeDegradeClosed MemoryMode = "DegradeClosed" )
type Metadata ¶
type Metadata interface { // PackageName is the package name. PackageName() string // PackagePath is the package path. PackagePath() string // ModuleInfo returns the go/packages module information for the given package. ModuleInfo() *packages.Module }
Metadata represents package metadata retrieved from go/packages.
type NavigationOptions ¶
type NavigationOptions struct { // ImportShortcut specifies whether import statements should link to // documentation or go to definitions. ImportShortcut // SymbolMatcher sets the algorithm that is used when finding workspace symbols. SymbolMatcher `status:"advanced"` // SymbolStyle controls how symbols are qualified in symbol responses. // // Example Usage: // // ```json5 // "gopls": { // ... // "symbolStyle": "Dynamic", // ... // } // ``` SymbolStyle `status:"advanced"` }
type OptionJSON ¶
type OptionJSON struct { Name string Type string Doc string EnumKeys EnumKeys EnumValues []EnumValue Default string Status string Hierarchy string }
func (*OptionJSON) String ¶
func (o *OptionJSON) String() string
func (*OptionJSON) Write ¶
func (o *OptionJSON) Write(w io.Writer)
type OptionResult ¶
type OptionResult struct { Name string Value interface{} Error error State OptionState Replacement string }
type OptionResults ¶
type OptionResults []OptionResult
func SetOptions ¶
func SetOptions(options *Options, opts interface{}) OptionResults
type OptionState ¶
type OptionState int
type Options ¶
type Options struct { ClientOptions ServerOptions UserOptions InternalOptions Hooks }
Options holds various configuration that affects Gopls execution, organized by the nature or origin of the settings.
func DefaultOptions ¶
func DefaultOptions() *Options
DefaultOptions is the options that are used for Gopls execution independent of any externally provided configuration (LSP initialization, command invocation, etc.).
func (*Options) AddStaticcheckAnalyzer ¶
func (o *Options) AddStaticcheckAnalyzer(a *analysis.Analyzer, enabled bool, severity protocol.DiagnosticSeverity)
func (*Options) Clone ¶
func (*Options) EnableAllExperiments ¶
func (o *Options) EnableAllExperiments()
EnableAllExperiments turns on all of the experimental "off-by-default" features offered by gopls. Any experimental features specified in maps should be enabled in enableAllExperimentMaps.
func (*Options) ForClientCapabilities ¶
func (o *Options) ForClientCapabilities(caps protocol.ClientCapabilities)
type Overlay ¶
type Overlay interface { Kind() FileKind VersionedFileHandle }
Overlay is the type for a file held in memory on a session.
type Package ¶
type Package interface { ID() string Name() string PkgPath() string CompiledGoFiles() []*ParsedGoFile File(uri span.URI) (*ParsedGoFile, error) GetSyntax() []*ast.File GetTypes() *types.Package GetTypesInfo() *types.Info GetTypesSizes() types.Sizes IsIllTyped() bool ForTest() string GetImport(pkgPath string) (Package, error) MissingDependencies() []string Imports() []Package Version() *module.Version HasListOrParseErrors() bool HasTypeErrors() bool ParseMode() ParseMode }
Package represents a Go package that has been type-checked. It maintains only the relevant fields of a *go/packages.Package.
func FindPackageFromPos ¶
FindPackageFromPos finds the first package containing pos in its type-checked AST.
type PackageFilter ¶
type PackageFilter int
PackageFilter sets how a package is filtered out from a set of packages containing a given file.
const ( // NarrowestPackage picks the "narrowest" package for a given file. // By "narrowest" package, we mean the package with the fewest number of // files that includes the given file. This solves the problem of test // variants, as the test will have more files than the non-test package. NarrowestPackage PackageFilter = iota // WidestPackage returns the Package containing the most files. // This is useful for something like diagnostics, where we'd prefer to // offer diagnostics for as many files as possible. WidestPackage )
type ParseMode ¶
type ParseMode int
ParseMode controls the content of the AST produced when parsing a source file.
const ( // ParseHeader specifies that the main package declaration and imports are needed. // This is the mode used when attempting to examine the package graph structure. ParseHeader ParseMode = iota // ParseExported specifies that the package is used only as a dependency, // and only its exported declarations are needed. More may be included if // necessary to avoid type errors. ParseExported // ParseFull specifies the full AST is needed. // This is used for files of direct interest where the entire contents must // be considered. ParseFull )
type ParsedGoFile ¶
type ParsedGoFile struct { URI span.URI Mode ParseMode File *ast.File Tok *token.File // Source code used to build the AST. It may be different from the // actual content of the file if we have fixed the AST. Src []byte Mapper *protocol.ColumnMapper ParseErr scanner.ErrorList }
A ParsedGoFile contains the results of parsing a Go file.
type ParsedModule ¶
type ParsedModule struct { URI span.URI File *modfile.File Mapper *protocol.ColumnMapper ParseErrors []*Diagnostic }
A ParsedModule contains the results of parsing a go.mod file.
type ParsedWorkFile ¶
type ParsedWorkFile struct { URI span.URI File *modfile.WorkFile Mapper *protocol.ColumnMapper ParseErrors []*Diagnostic }
A ParsedWorkFile contains the results of parsing a go.work file.
type PrepareItem ¶
func PrepareRename ¶
func PrepareRename(ctx context.Context, snapshot Snapshot, f FileHandle, pp protocol.Position) (_ *PrepareItem, usererr, err error)
PrepareRename searches for a valid renaming at position pp.
The returned usererr is intended to be displayed to the user to explain why the prepare fails. Probably we could eliminate the redundancy in returning two errors, but for now this is done defensively.
type ReferenceInfo ¶
type ReferenceInfo struct { Name string MappedRange // contains filtered or unexported fields }
ReferenceInfo holds information about reference to an identifier in Go source.
func References ¶
func References(ctx context.Context, s Snapshot, f FileHandle, pp protocol.Position, includeDeclaration bool) ([]*ReferenceInfo, error)
References returns a list of references for a given identifier within the packages containing i.File. Declarations appear first in the result.
type RelatedInformation ¶
type ServerOptions ¶
type ServerOptions struct { SupportedCodeActions map[FileKind]map[protocol.CodeActionKind]bool SupportedCommands []string }
ServerOptions holds LSP-specific configuration that is provided by the server.
type Session ¶
type Session interface { // ID returns the unique identifier for this session on this server. ID() string // NewView creates a new View, returning it and its first snapshot. If a // non-empty tempWorkspace directory is provided, the View will record a copy // of its gopls workspace module in that directory, so that client tooling // can execute in the same main module. NewView(ctx context.Context, name string, folder span.URI, options *Options) (View, Snapshot, func(), error) // Cache returns the cache that created this session, for debugging only. Cache() interface{} // View returns a view with a matching name, if the session has one. View(name string) View // ViewOf returns a view corresponding to the given URI. ViewOf(uri span.URI) (View, error) // Views returns the set of active views built by this session. Views() []View // Shutdown the session and all views it has created. Shutdown(ctx context.Context) // GetFile returns a handle for the specified file. GetFile(ctx context.Context, uri span.URI) (FileHandle, error) // DidModifyFile reports a file modification to the session. It returns // the new snapshots after the modifications have been applied, paired with // the affected file URIs for those snapshots. DidModifyFiles(ctx context.Context, changes []FileModification) (map[Snapshot][]span.URI, []func(), error) // ExpandModificationsToDirectories returns the set of changes with the // directory changes removed and expanded to include all of the files in // the directory. ExpandModificationsToDirectories(ctx context.Context, changes []FileModification) []FileModification // Overlays returns a slice of file overlays for the session. Overlays() []Overlay // Options returns a copy of the SessionOptions for this session. Options() *Options // SetOptions sets the options of this session to new values. SetOptions(*Options) // FileWatchingGlobPatterns returns glob patterns to watch every directory // known by the view. For views within a module, this is the module root, // any directory in the module root, and any replace targets. FileWatchingGlobPatterns(ctx context.Context) map[string]struct{} // SetProgressTracker sets the progress tracker for the session. SetProgressTracker(tracker *progress.Tracker) }
Session represents a single connection from a client. This is the level at which things like open files are maintained on behalf of the client. A session may have many active views at any given time.
type Snapshot ¶
type Snapshot interface { ID() uint64 // View returns the View associated with this snapshot. View() View // BackgroundContext returns a context used for all background processing // on behalf of this snapshot. BackgroundContext() context.Context // Fileset returns the Fileset used to parse all the Go files in this snapshot. FileSet() *token.FileSet // ValidBuildConfiguration returns true if there is some error in the // user's workspace. In particular, if they are both outside of a module // and their GOPATH. ValidBuildConfiguration() bool // WriteEnv writes the view-specific environment to the io.Writer. WriteEnv(ctx context.Context, w io.Writer) error // FindFile returns the FileHandle for the given URI, if it is already // in the given snapshot. FindFile(uri span.URI) VersionedFileHandle // GetVersionedFile returns the VersionedFileHandle for a given URI, // initializing it if it is not already part of the snapshot. GetVersionedFile(ctx context.Context, uri span.URI) (VersionedFileHandle, error) // GetFile returns the FileHandle for a given URI, initializing it if it is // not already part of the snapshot. GetFile(ctx context.Context, uri span.URI) (FileHandle, error) // AwaitInitialized waits until the snapshot's view is initialized. AwaitInitialized(ctx context.Context) // IsOpen returns whether the editor currently has a file open. IsOpen(uri span.URI) bool // IgnoredFile reports if a file would be ignored by a `go list` of the whole // workspace. IgnoredFile(uri span.URI) bool // Templates returns the .tmpl files Templates() map[span.URI]VersionedFileHandle // ParseGo returns the parsed AST for the file. // If the file is not available, returns nil and an error. ParseGo(ctx context.Context, fh FileHandle, mode ParseMode) (*ParsedGoFile, error) // PosToField is a cache of *ast.Fields by token.Pos. This allows us // to quickly find corresponding *ast.Field node given a *types.Var. // We must refer to the AST to render type aliases properly when // formatting signatures and other types. PosToField(ctx context.Context, pkg Package, pos token.Pos) (*ast.Field, error) // PosToDecl maps certain objects' positions to their surrounding // ast.Decl. This mapping is used when building the documentation // string for the objects. PosToDecl(ctx context.Context, pkg Package, pos token.Pos) (ast.Decl, error) // DiagnosePackage returns basic diagnostics, including list, parse, and type errors // for pkg, grouped by file. DiagnosePackage(ctx context.Context, pkg Package) (map[span.URI][]*Diagnostic, error) // Analyze runs the analyses for the given package at this snapshot. Analyze(ctx context.Context, pkgID string, analyzers []*Analyzer) ([]*Diagnostic, error) // RunGoCommandPiped runs the given `go` command, writing its output // to stdout and stderr. Verb, Args, and WorkingDir must be specified. RunGoCommandPiped(ctx context.Context, mode InvocationFlags, inv *gocommand.Invocation, stdout, stderr io.Writer) error // RunGoCommandDirect runs the given `go` command. Verb, Args, and // WorkingDir must be specified. RunGoCommandDirect(ctx context.Context, mode InvocationFlags, inv *gocommand.Invocation) (*bytes.Buffer, error) // RunGoCommands runs a series of `go` commands that updates the go.mod // and go.sum file for wd, and returns their updated contents. RunGoCommands(ctx context.Context, allowNetwork bool, wd string, run func(invoke func(...string) (*bytes.Buffer, error)) error) (bool, []byte, []byte, error) // RunProcessEnvFunc runs fn with the process env for this snapshot's view. // Note: the process env contains cached module and filesystem state. RunProcessEnvFunc(ctx context.Context, fn func(*imports.Options) error) error // ModFiles are the go.mod files enclosed in the snapshot's view and known // to the snapshot. ModFiles() []span.URI // ParseMod is used to parse go.mod files. ParseMod(ctx context.Context, fh FileHandle) (*ParsedModule, error) // ModWhy returns the results of `go mod why` for the module specified by // the given go.mod file. ModWhy(ctx context.Context, fh FileHandle) (map[string]string, error) // ModTidy returns the results of `go mod tidy` for the module specified by // the given go.mod file. ModTidy(ctx context.Context, pm *ParsedModule) (*TidiedModule, error) // GoModForFile returns the URI of the go.mod file for the given URI. GoModForFile(uri span.URI) span.URI // WorkFile, if non-empty, is the go.work file for the workspace. WorkFile() span.URI // ParseWork is used to parse go.work files. ParseWork(ctx context.Context, fh FileHandle) (*ParsedWorkFile, error) // BuiltinFile returns information about the special builtin package. BuiltinFile(ctx context.Context) (*ParsedGoFile, error) // IsBuiltin reports whether uri is part of the builtin package. IsBuiltin(ctx context.Context, uri span.URI) bool // PackagesForFile returns the packages that this file belongs to, checked // in mode. PackagesForFile(ctx context.Context, uri span.URI, mode TypecheckMode, includeTestVariants bool) ([]Package, error) // PackageForFile returns a single package that this file belongs to, // checked in mode and filtered by the package policy. PackageForFile(ctx context.Context, uri span.URI, mode TypecheckMode, selectPackage PackageFilter) (Package, error) // GetActiveReverseDeps returns the active files belonging to the reverse // dependencies of this file's package, checked in TypecheckWorkspace mode. GetReverseDependencies(ctx context.Context, id string) ([]Package, error) // CachedImportPaths returns all the imported packages loaded in this // snapshot, indexed by their import path and checked in TypecheckWorkspace // mode. CachedImportPaths(ctx context.Context) (map[string]Package, error) // KnownPackages returns all the packages loaded in this snapshot, checked // in TypecheckWorkspace mode. KnownPackages(ctx context.Context) ([]Package, error) // ActivePackages returns the packages considered 'active' in the workspace. // // In normal memory mode, this is all workspace packages. In degraded memory // mode, this is just the reverse transitive closure of open packages. ActivePackages(ctx context.Context) ([]Package, error) // Symbols returns all symbols in the snapshot. Symbols(ctx context.Context) (map[span.URI][]Symbol, error) // Metadata returns package metadata associated with the given file URI. MetadataForFile(ctx context.Context, uri span.URI) ([]Metadata, error) // GetCriticalError returns any critical errors in the workspace. GetCriticalError(ctx context.Context) *CriticalError // BuildGoplsMod generates a go.mod file for all modules in the workspace. // It bypasses any existing gopls.mod. BuildGoplsMod(ctx context.Context) (*modfile.File, error) }
Snapshot represents the current state for the given view.
type SuggestedFix ¶
type SuggestedFix struct { Title string Edits map[span.URI][]protocol.TextEdit Command *protocol.Command ActionKind protocol.CodeActionKind }
func SuggestedFixFromCommand ¶
func SuggestedFixFromCommand(cmd protocol.Command, kind protocol.CodeActionKind) SuggestedFix
type SuggestedFixFunc ¶
type SuggestedFixFunc func(ctx context.Context, snapshot Snapshot, fh VersionedFileHandle, pRng protocol.Range) (*analysis.SuggestedFix, error)
SuggestedFixFunc is a function used to get the suggested fixes for a given gopls command, some of which are provided by go/analysis.Analyzers. Some of the analyzers in internal/lsp/analysis are not efficient enough to include suggested fixes with their diagnostics, so we have to compute them separately. Such analyzers should provide a function with a signature of SuggestedFixFunc.
type Symbol ¶
type Symbol struct { Name string Kind protocol.SymbolKind Range protocol.Range }
Symbol holds a precomputed symbol value. Note: we avoid using the protocol.SymbolInformation struct here in order to reduce the size of each symbol.
type SymbolMatcher ¶
type SymbolMatcher string
const ( SymbolFuzzy SymbolMatcher = "Fuzzy" SymbolFastFuzzy SymbolMatcher = "FastFuzzy" SymbolCaseInsensitive SymbolMatcher = "CaseInsensitive" SymbolCaseSensitive SymbolMatcher = "CaseSensitive" )
type SymbolStyle ¶
type SymbolStyle string
const ( // PackageQualifiedSymbols is package qualified symbols i.e. // "pkg.Foo.Field". PackageQualifiedSymbols SymbolStyle = "Package" // FullyQualifiedSymbols is fully qualified symbols, i.e. // "path/to/pkg.Foo.Field". FullyQualifiedSymbols SymbolStyle = "Full" // DynamicSymbols uses whichever qualifier results in the highest scoring // match for the given symbol query. Here a "qualifier" is any "/" or "." // delimited suffix of the fully qualified symbol. i.e. "to/pkg.Foo.Field" or // just "Foo.Field". DynamicSymbols SymbolStyle = "Dynamic" )
type TidiedModule ¶
type TidiedModule struct { // Diagnostics representing changes made by `go mod tidy`. Diagnostics []*Diagnostic // The bytes of the go.mod file after it was tidied. TidiedContent []byte }
A TidiedModule contains the results of running `go mod tidy` on a module.
type TypecheckMode ¶
type TypecheckMode int
TypecheckMode controls what kind of parsing should be done (see ParseMode) while type checking a package.
const ( // Invalid default value. TypecheckUnknown TypecheckMode = iota // TypecheckFull means to use ParseFull. TypecheckFull // TypecheckWorkspace means to use ParseFull for workspace packages, and // ParseExported for others. TypecheckWorkspace // TypecheckAll means ParseFull for workspace packages, and both Full and // Exported for others. Only valid for some functions. TypecheckAll )
type UIOptions ¶
type UIOptions struct { DocumentationOptions CompletionOptions NavigationOptions DiagnosticOptions // Codelenses overrides the enabled/disabled state of code lenses. See the // "Code Lenses" section of the // [Settings page](https://github.com/golang/tools/blob/master/gopls/doc/settings.md) // for the list of supported lenses. // // Example Usage: // // ```json5 // "gopls": { // ... // "codelenses": { // "generate": false, // Don't show the `go generate` lens. // "gc_details": true // Show a code lens toggling the display of gc's choices. // } // ... // } // ``` Codelenses map[string]bool // SemanticTokens controls whether the LSP server will send // semantic tokens to the client. SemanticTokens bool `status:"experimental"` }
type UserOptions ¶
type UserOptions struct { BuildOptions UIOptions FormattingOptions // VerboseOutput enables additional debug logging. VerboseOutput bool `status:"debug"` }
UserOptions holds custom Gopls configuration (not part of the LSP) that is modified by the client.
func (*UserOptions) EnvSlice ¶
func (u *UserOptions) EnvSlice() []string
EnvSlice returns Env as a slice of k=v strings.
func (*UserOptions) SetEnvSlice ¶
func (u *UserOptions) SetEnvSlice(env []string)
SetEnvSlice sets Env from a slice of k=v strings.
type VersionedFileHandle ¶
type VersionedFileHandle interface { FileHandle Version() int32 Session() string // LSPIdentity returns the version identity of a file. VersionedFileIdentity() VersionedFileIdentity }
type VersionedFileIdentity ¶
type VersionedFileIdentity struct { URI span.URI // SessionID is the ID of the LSP session. SessionID string // Version is the version of the file, as specified by the client. It should // only be set in combination with SessionID. Version int32 }
type View ¶
type View interface { // Name returns the name this view was constructed with. Name() string // Folder returns the folder with which this view was created. Folder() span.URI // Shutdown closes this view, and detaches it from its session. Shutdown(ctx context.Context) // Options returns a copy of the Options for this view. Options() *Options // SetOptions sets the options of this view to new values. // Calling this may cause the view to be invalidated and a replacement view // added to the session. If so the new view will be returned, otherwise the // original one will be. SetOptions(context.Context, *Options) (View, error) // Snapshot returns the current snapshot for the view. Snapshot(ctx context.Context) (Snapshot, func()) // Rebuild rebuilds the current view, replacing the original view in its session. Rebuild(ctx context.Context) (Snapshot, func(), error) // IsGoPrivatePath reports whether target is a private import path, as identified // by the GOPRIVATE environment variable. IsGoPrivatePath(path string) bool // ModuleUpgrades returns known module upgrades. ModuleUpgrades() map[string]string // RegisterModuleUpgrades registers that upgrades exist for the given modules. RegisterModuleUpgrades(upgrades map[string]string) // FileKind returns the type of a file FileKind(FileHandle) FileKind }
View represents a single workspace. This is the level at which we maintain configuration like working directory and build tags.
Source Files ¶
add_import.go api_json.go call_hierarchy.go code_lens.go comment.go diagnostics.go extract.go fix.go folding_range.go format.go gc_annotations.go highlight.go hover.go identifier.go implementation.go known_packages.go options.go references.go rename.go rename_check.go signature_help.go stub.go symbols.go types_format.go util.go view.go workspace_symbol.go
Directories ¶
Path | Synopsis |
---|---|
internal/lsp/source/completion | Package completion provides core functionality for code completion in Go editors and tools. |
- Version
- v0.1.10
- Published
- Mar 15, 2022
- Platform
- js/wasm
- Imports
- 96 packages
- Last checked
- 6 hours ago –
Tools for package owners.