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

@since 3.16.0

Link to this section Summary

Functions

Fields

  • legend: The legend used by the server
  • range: Server supports providing semantic tokens for a specific range of a document.
  • full: Server supports providing semantic tokens for a full document.
  • work_done_progress

Link to this section Types

@type t() :: %GenLSP.Structures.SemanticTokensOptions{
  full: (boolean() | map()) | nil,
  legend: GenLSP.Structures.SemanticTokensLegend.t(),
  range: (boolean() | map()) | nil,
  work_done_progress: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.SemanticTokensOptions{}

View Source (struct)

fields

Fields

  • legend: The legend used by the server
  • range: Server supports providing semantic tokens for a specific range of a document.
  • full: Server supports providing semantic tokens for a full document.
  • work_done_progress