SemanticTokensSupplier
interface SemanticTokensSupplier
Interface for providing semantic tokens based on the current context in a text document.
Inheritors
Functions
Link copied to clipboard
abstract fun getTokens(params: SemanticTokensParams, document: TextDocument): Iterable<SimpleTokenData>
Generates a list of simplified semantic tokens, which will be converted to full semantic tokens later.