class LSP::SemanticTokensParams
- LSP::SemanticTokensParams
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/semantic_tokens_params.crConstructors
Instance Method Summary
-
#text_document : TextDocumentIdentifier
The document in which the command was invoked.
-
#text_document=(text_document : TextDocumentIdentifier)
The document in which the command was invoked.
Constructor Detail
Instance Method Detail
def text_document=(text_document : TextDocumentIdentifier)
#
The document in which the command was invoked.