View Source GenLSP.Requests.TextDocumentSemanticTokensRange (gen_lsp v0.10.0)
@since 3.16.0
Message Direction: clientToServer
Link to this section Summary
Link to this section Types
@type result() :: GenLSP.Structures.SemanticTokens.t() | nil
@type t() :: %GenLSP.Requests.TextDocumentSemanticTokensRange{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.SemanticTokensRangeParams.t() | nil }