View Source GenLSP.Requests.TextDocumentSemanticTokensFullDelta (gen_lsp v0.8.1)

@since 3.16.0

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Requests.TextDocumentSemanticTokensFullDelta{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.SemanticTokensDeltaParams.t() | nil
}