View Source GenLSP.Structures.SemanticTokensDelta (gen_lsp v0.10.0)
@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
fields
Fields
- result_id
- edits: The semantic token edits to transform a previous result into a new result.