Liking cljdoc? Tell your friends :D

dots.vscode.enter-action

Describes what to do when pressing Enter.

Describes what to do when pressing Enter.
raw docstring

append-textcljs

(append-text enter-action)

Describes text to be appended after the new line and after the indentation.

Returns: string | undefined

Describes text to be appended after the new line and after the indentation.

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

indent-actioncljs

(indent-action enter-action)

Describe what to do with the indentation.

Returns: IndentAction

Describe what to do with the indentation.

**Returns:** `IndentAction`
sourceraw docstring

remove-textcljs

(remove-text enter-action)

Describes the number of characters to remove from the new line's indentation.

Returns: number | undefined

Describes the number of characters to remove from the new line's indentation.

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

set-append-text!cljs

(set-append-text! enter-action value)

Describes text to be appended after the new line and after the indentation.

Describes text to be appended after the new line and after the indentation.
sourceraw docstring

set-indent-action!cljs

(set-indent-action! enter-action value)

Describe what to do with the indentation.

Describe what to do with the indentation.
sourceraw docstring

set-remove-text!cljs

(set-remove-text! enter-action value)

Describes the number of characters to remove from the new line's indentation.

Describes the number of characters to remove from the new line's indentation.
sourceraw docstring

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

× close