View Source GenLSP.Structures.InlineValueText (gen_lsp v0.10.0)
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
fields
Fields
- range: The document range for which the inline value applies.
- text: The text of the inline value.