AutocompleteInfoBuilder

Properties

Link copied to clipboard
abstract override var declarationSite: DeclarationSite

Purely for debugging purposes, will be shown in exceptions.

Link copied to clipboard
abstract var mode: AutocompleteMode
Link copied to clipboard
abstract var showUserInput: Boolean

Whether the user input is shown as the first suggestion.

Functions

Link copied to clipboard
abstract fun cache(block: AutocompleteCacheInfoBuilder.() -> Unit = {})
open fun cache(cacheMode: AutocompleteCacheMode, block: AutocompleteCacheInfoBuilder.() -> Unit = {})

Sets up autocomplete caching.