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

@since 3.16.0

Link to this section Summary

Functions

Fields

  • start: The start offset of the edit.
  • delete_count: The count of elements to remove.
  • data: The elements to insert.

Link to this section Types

@type t() :: %GenLSP.Structures.SemanticTokensEdit{
  data: [GenLSP.BaseTypes.uinteger()] | nil,
  delete_count: GenLSP.BaseTypes.uinteger(),
  start: GenLSP.BaseTypes.uinteger()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.SemanticTokensEdit{}

View Source (struct)

fields

Fields

  • start: The start offset of the edit.
  • delete_count: The count of elements to remove.
  • data: The elements to insert.