Package-level declarations
Types
Link copied to clipboard
interface CompletionSupplier
Interface for providing completion items based on the current context in a text document.
Link copied to clipboard
object CompletionSuppliersFactory
Factory for creating a list of CompletionSuppliers.
Functions
Link copied to clipboard
Converts a DocsParameter to a CompletionItem for use in parameter name completion.
Converts a generic string value, such as an allowed value for a parameter, to a CompletionItem.
Converts a DocumentedFunction to a CompletionItem for use in function name completion.