Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
object SemanticTokensEncoder
Encodes a list of SemanticTokenData into the LSP semantic tokens format.
Link copied to clipboard
interface SemanticTokensSupplier
Interface for providing semantic tokens based on the current context in a text document.
Link copied to clipboard
Factory for creating a list of SemanticTokensSuppliers.
Link copied to clipboard
A simplified version of a semantic token, used for initial processing. This can be converted to a full semantic token via toSemanticData.
Functions
Link copied to clipboard
Converts a SimpleTokenData to a full SemanticTokenData which adheres to the LSP specification.