Liking cljdoc? Tell your friends :D

dots.vscode.indent-action

Describes what to do with the indentation when pressing Enter.

Describes what to do with the indentation when pressing Enter.
raw docstring

indentcljs

Insert new line and indent once (relative to the previous line's indentation).

Insert new line and indent once (relative to the previous line's indentation).
sourceraw docstring

indent-outdentcljs

Insert two new lines:

  • the first one indented which will hold the cursor
  • the second one at the same indentation level
Insert two new lines:
- the first one indented which will hold the cursor
- the second one at the same indentation level
sourceraw docstring

nonecljs

Insert new line and copy the previous line's indentation.

Insert new line and copy the previous line's indentation.
sourceraw docstring

outdentcljs

Insert new line and outdent once (relative to the previous line's indentation).

Insert new line and outdent once (relative to the previous line's indentation).
sourceraw docstring

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

× close