struct LSP::SemanticTokensOptions
- LSP::SemanticTokensOptions
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/semantic_tokens_options.crConstructors
Instance Method Summary
-
#full=(full : Bool)
Server supports providing semantic tokens for a full document.
-
#full? : Bool
Server supports providing semantic tokens for a full document.
-
#legend : SemanticTokensLegend
The legend used by the server
-
#legend=(legend : SemanticTokensLegend)
The legend used by the server
-
#range=(range : Bool)
Server supports providing semantic tokens for a specific range of a document.
-
#range? : Bool
Server supports providing semantic tokens for a specific range of a document.
Constructor Detail
Instance Method Detail
def range=(range : Bool)
#
Server supports providing semantic tokens for a specific range of a document.