Liking cljdoc? Tell your friends :D

dots.vscode.auto-closing-pair

Describes pairs of strings where the close string will be automatically inserted when typing the opening string.

Describes pairs of strings where the close string will be automatically inserted when typing the opening string.
raw docstring

closecljs

(close auto-closing-pair)

The closing string that will be automatically inserted when typing the opening string.

Returns: string

The closing string that will be automatically inserted when typing the opening string.

**Returns:** `string`
sourceraw docstring

not-incljs

(not-in auto-closing-pair)

A set of tokens where the pair should not be auto closed.

Returns: SyntaxTokenType[] | undefined

A set of tokens where the pair should not be auto closed.

**Returns:** `SyntaxTokenType[] | undefined`
sourceraw docstring

opencljs

(open auto-closing-pair)

The string that will trigger the automatic insertion of the closing string.

Returns: string

The string that will trigger the automatic insertion of the closing string.

**Returns:** `string`
sourceraw docstring

set-close!cljs

(set-close! auto-closing-pair value)

The closing string that will be automatically inserted when typing the opening string.

The closing string that will be automatically inserted when typing the opening string.
sourceraw docstring

set-not-in!cljs

(set-not-in! auto-closing-pair value)

A set of tokens where the pair should not be auto closed.

A set of tokens where the pair should not be auto closed.
sourceraw docstring

set-open!cljs

(set-open! auto-closing-pair value)

The string that will trigger the automatic insertion of the closing string.

The string that will trigger the automatic insertion of the closing string.
sourceraw docstring

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

× close