View Source GenLSP.Requests.TextDocumentSemanticTokensFull (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.TextDocumentSemanticTokensFull{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.SemanticTokensParams.t() | nil
}