Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

层级

  • InlineValueVariableLookup

索引

Constructors(1)

Properties(3)

Constructors(1)

constructor

  • Creates a new InlineValueVariableLookup object.

    Parameters

    • range: Range

      The document line where to show the inline value.

    • Optional variableName: string

      The name of the variable to look up.

    • Optional caseSensitiveLookup: boolean

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

    Returns InlineValueVariableLookup

Properties(3)

Readonly range

range: Range

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

Optional Readonly variableName

variableName: string

If specified the name of the variable to look up.

Readonly caseSensitiveLookup

caseSensitiveLookup: boolean

How to perform the lookup.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹