Theia API Documentation v1.65.0
    Preparing search index...

    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.

    Implemented by

    Index

    Constructors

    • Creates a new InlineValueVariableLookup object.

      Parameters

      • range: Range

        The document line where to show the inline value.

      • OptionalvariableName: string

        The name of the variable to look up.

      • OptionalcaseSensitiveLookup: boolean

        How to perform the lookup. If missing lookup is case sensitive.

      Returns InlineValueVariableLookup

    Properties

    caseSensitiveLookup: boolean

    How to perform the lookup.

    range: Range

    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.