# Packages
Package check checks provided Go code and reports syntax errors.
# Functions
BuildPackageIndex builds package index from set of packages.
NewMarkdownString returns markdown string.
NewPackageScanner is PackageScanner constructor.
NewPackageSummary is PackageSummary constructor.
NewSymbolIndex creates a new symbol index from completion items.
ReadPackagesFile reads and loads packages list from packages.json file.
SetLogger sets logger.
SetRoot sets GOROOT.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InsertAsSnippet means that `insertText` is a snippet.
No description provided by the author
KeepWhitespace is adjust whitespace/indentation of multiline insert texts to match the current line indentation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CompletionItem is monaco-editor binding.
MarkdownString is monaco-editor string with markdown.
Package is Go package metadata.
PackageIndex is Go packages index.
PackageScanner is package source files scanner.
PackageSummary is package contents summary.
SymbolIndex is Go symbols index.
# Type aliases
CompletionItemInsertTextRule is insert text insert rule.
CompletionItemKind is monaco-editor binding.
Packages is list of packages.