InlineValueVariableLookup

langoustine.lsp.structures.InlineValueVariableLookup
See theInlineValueVariableLookup companion object
case class InlineValueVariableLookup(range: Range, variableName: Opt[String], caseSensitiveLookup: Boolean)

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.

Value parameters

caseSensitiveLookup

How to perform the lookup.

range

The document range for which the inline value applies. The range is used to extract the variable name from the underlying document.

variableName

If specified the name of the variable to look up.

Attributes

Since

3.17.0

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product