package
0.18.1
Repository: https://go.googlesource.com/tools
Documentation: pkg.go.dev

# Packages

Package snippet implements the specification for the LSP snippet format.

# Functions

Completion returns a list of possible candidates for completion, given a a file and a position.

# 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
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
MaxDeepCompletions limits deep completion results because in most cases there are too many to be useful.
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

A CompletionItem represents a possible completion suggested by the algorithm.
A Selection represents the cursor position and surrounding identifier.