class Mint::LS::SemanticTokens
- Mint::LS::SemanticTokens
- LSP::RequestMessage
- Reference
- Object
Overview
This is the class that handles the "textDocument/semanticTokens/full" request.
Defined in:
ls/semantic_tokens.crConstructors
-
.new(pull : JSON::PullParser)
This is the class that handles the "textDocument/semanticTokens/full" request.
Instance Method Summary
- #execute(server : LSP::Server)
- #params : LSP::SemanticTokensParams
- #params=(params : LSP::SemanticTokensParams)
Instance methods inherited from class LSP::RequestMessage
id : Int32 | String
id,
id=(id : Int32 | String)
id=,
method : String
method,
method=(method : String)
method=,
snippet_support : Bool | Nil
snippet_support,
snippet_support=(snippet_support : Bool | Nil)
snippet_support=
Constructor methods inherited from class LSP::RequestMessage
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(pull : JSON::PullParser)
#
This is the class that handles the "textDocument/semanticTokens/full" request.