SemanticTokensSubservice

class SemanticTokensSubservice(tokensSuppliers: List<SemanticTokensSupplier>) : TextDocumentSubservice<SemanticTokensParams, SemanticTokens>

Subservice for handling semantic tokens requests.

Parameters

tokensSuppliers

suppliers of semantic tokens

Constructors

Link copied to clipboard
constructor(tokensSuppliers: List<SemanticTokensSupplier>)

Functions

Link copied to clipboard
open override fun process(params: SemanticTokensParams, document: TextDocument): SemanticTokens

Processes the given parameters and text to produce an output.