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

Provide inline value as text.

@since 3.17.0

Link to this section Summary

Functions

Fields

  • range: The document range for which the inline value applies.
  • text: The text of the inline value.

Link to this section Types

@type t() :: %GenLSP.Structures.InlineValueText{
  range: GenLSP.Structures.Range.t(),
  text: String.t()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.InlineValueText{}

View Source (struct)

fields

Fields

  • range: The document range for which the inline value applies.
  • text: The text of the inline value.