GenLSP.Protocol.Structures.InlineValueVariableLookup (gen_lsp v0.0.1)
Provide inline value through a variable lookup. If only a range is specified, the variable name will be extracted from the underlying document. An optional variable name can be used to override the extracted name.
@since 3.17.0
properties
Properties
range :: Range (required)
The document range for which the inline value applies. The range is used to extract the variable name from the underlying document.
variableName :: string
If specified the name of the variable to look up.
caseSensitiveLookup :: boolean (required)
How to perform the lookup.