CompletionSupplier

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

Implementations of this interface should provide logic to generate a list of completion items based on the provided parameters and the current text content.

Inheritors

Functions

Link copied to clipboard
abstract fun getCompletionItems(params: CompletionParams, document: TextDocument): List<CompletionItem>

Generates a list of completion items.