View Source GenLSP.Structures.SemanticTokensDelta (gen_lsp v0.8.1)

@since 3.16.0

Link to this section Summary

Functions

Fields

  • result_id
  • edits: The semantic token edits to transform a previous result into a new result.

Link to this section Types

@type t() :: %GenLSP.Structures.SemanticTokensDelta{
  edits: [GenLSP.Structures.SemanticTokensEdit.t()],
  result_id: String.t() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.SemanticTokensDelta{}

View Source (struct)

fields

Fields

  • result_id
  • edits: The semantic token edits to transform a previous result into a new result.