Liking cljdoc? Tell your friends :D

dots.vscode.inline-value-variable-lookup

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.

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.
raw docstring

case-sensitive-lookup?cljs

(case-sensitive-lookup? inline-value-variable-lookup)

How to perform the lookup.

Returns: boolean

How to perform the lookup.

**Returns:** `boolean`
sourceraw docstring

rangecljs

(range inline-value-variable-lookup)

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

Returns: Range

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

**Returns:** `Range`
sourceraw docstring

variable-namecljs

(variable-name inline-value-variable-lookup)

If specified the name of the variable to look up.

Returns: string | undefined

If specified the name of the variable to look up.

**Returns:** `string | undefined`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close