Liking cljdoc? Tell your friends :D

dots.vscode.text-editor-options

Represents a {@link TextEditor text editor}'s {@link TextEditor.options options}.

Represents a {@link TextEditor text editor}'s {@link TextEditor.options options}.
raw docstring

cursor-stylecljs

(cursor-style text-editor-options)

The rendering style of the cursor in this editor. When getting a text editor's options, this property will always be present. When setting a text editor's options, this property is optional.

The rendering style of the cursor in this editor.
When getting a text editor's options, this property will always be present.
When setting a text editor's options, this property is optional.
sourceraw docstring

indent-sizecljs

(indent-size text-editor-options)

The number of spaces to insert when {@link TextEditorOptions.insertSpaces insertSpaces} is true.

When getting a text editor's options, this property will always be a number (resolved). When setting a text editor's options, this property is optional and it can be a number or "tabSize".

The number of spaces to insert when {@link TextEditorOptions.insertSpaces insertSpaces} is true.

When getting a text editor's options, this property will always be a number (resolved).
When setting a text editor's options, this property is optional and it can be a number or `"tabSize"`.
sourceraw docstring

insert-spaces?cljs

(insert-spaces? text-editor-options)

When pressing Tab insert {@link TextEditorOptions.tabSize n} spaces. When getting a text editor's options, this property will always be a boolean (resolved). When setting a text editor's options, this property is optional and it can be a boolean or "auto".

When pressing Tab insert {@link TextEditorOptions.tabSize n} spaces.
When getting a text editor's options, this property will always be a boolean (resolved).
When setting a text editor's options, this property is optional and it can be a boolean or `"auto"`.
sourceraw docstring

line-numberscljs

(line-numbers text-editor-options)

Render relative line numbers w.r.t. the current line number. When getting a text editor's options, this property will always be present. When setting a text editor's options, this property is optional.

Render relative line numbers w.r.t. the current line number.
When getting a text editor's options, this property will always be present.
When setting a text editor's options, this property is optional.
sourceraw docstring

set-cursor-style!cljs

(set-cursor-style! text-editor-options value)

The rendering style of the cursor in this editor. When getting a text editor's options, this property will always be present. When setting a text editor's options, this property is optional.

The rendering style of the cursor in this editor.
When getting a text editor's options, this property will always be present.
When setting a text editor's options, this property is optional.
sourceraw docstring

set-indent-size!cljs

(set-indent-size! text-editor-options value)

The number of spaces to insert when {@link TextEditorOptions.insertSpaces insertSpaces} is true.

When getting a text editor's options, this property will always be a number (resolved). When setting a text editor's options, this property is optional and it can be a number or "tabSize".

The number of spaces to insert when {@link TextEditorOptions.insertSpaces insertSpaces} is true.

When getting a text editor's options, this property will always be a number (resolved).
When setting a text editor's options, this property is optional and it can be a number or `"tabSize"`.
sourceraw docstring

set-insert-spaces!cljs

(set-insert-spaces! text-editor-options value)

When pressing Tab insert {@link TextEditorOptions.tabSize n} spaces. When getting a text editor's options, this property will always be a boolean (resolved). When setting a text editor's options, this property is optional and it can be a boolean or "auto".

When pressing Tab insert {@link TextEditorOptions.tabSize n} spaces.
When getting a text editor's options, this property will always be a boolean (resolved).
When setting a text editor's options, this property is optional and it can be a boolean or `"auto"`.
sourceraw docstring

set-line-numbers!cljs

(set-line-numbers! text-editor-options value)

Render relative line numbers w.r.t. the current line number. When getting a text editor's options, this property will always be present. When setting a text editor's options, this property is optional.

Render relative line numbers w.r.t. the current line number.
When getting a text editor's options, this property will always be present.
When setting a text editor's options, this property is optional.
sourceraw docstring

set-tab-size!cljs

(set-tab-size! text-editor-options value)

The size in spaces a tab takes. This is used for two purposes:

  • the rendering width of a tab character;
  • the number of spaces to insert when {@link TextEditorOptions.insertSpaces insertSpaces} is true and indentSize is set to "tabSize".

When getting a text editor's options, this property will always be a number (resolved). When setting a text editor's options, this property is optional and it can be a number or "auto".

The size in spaces a tab takes. This is used for two purposes:
 - the rendering width of a tab character;
 - the number of spaces to insert when {@link TextEditorOptions.insertSpaces insertSpaces} is true
   and `indentSize` is set to `"tabSize"`.

When getting a text editor's options, this property will always be a number (resolved).
When setting a text editor's options, this property is optional and it can be a number or `"auto"`.
sourceraw docstring

tab-sizecljs

(tab-size text-editor-options)

The size in spaces a tab takes. This is used for two purposes:

  • the rendering width of a tab character;
  • the number of spaces to insert when {@link TextEditorOptions.insertSpaces insertSpaces} is true and indentSize is set to "tabSize".

When getting a text editor's options, this property will always be a number (resolved). When setting a text editor's options, this property is optional and it can be a number or "auto".

The size in spaces a tab takes. This is used for two purposes:
 - the rendering width of a tab character;
 - the number of spaces to insert when {@link TextEditorOptions.insertSpaces insertSpaces} is true
   and `indentSize` is set to `"tabSize"`.

When getting a text editor's options, this property will always be a number (resolved).
When setting a text editor's options, this property is optional and it can be a number or `"auto"`.
sourceraw docstring

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

× close