Package-level declarations

Types

Link copied to clipboard

Interface for providing completion items based on the current context in a text document.

Link copied to clipboard

Factory for creating a list of CompletionSuppliers.

Functions

Link copied to clipboard
fun DocsParameter.toCompletionItem(): CompletionItem

Converts a DocsParameter to a CompletionItem for use in parameter name completion.

fun String.toCompletionItem(): CompletionItem

Converts a generic string value, such as an allowed value for a parameter, to a CompletionItem.

fun DocumentedFunction.toCompletionItem(chained: Boolean): CompletionItem

Converts a DocumentedFunction to a CompletionItem for use in function name completion.