View Source GenLSP.TypeAlias.InlineValue (gen_lsp v0.8.1)

Inline value information can be provided by different means:

  • directly as a text value (class InlineValueText).
  • as a name to use for a variable lookup (class InlineValueVariableLookup)
  • as an evaluatable expression (class InlineValueEvaluatableExpression) The InlineValue types combines all inline value types into one type.

@since 3.17.0

Link to this section Summary

Link to this section Types