TextEditorOptions
Represents a text editor}'s {@link TextEditor.options options.
Properties
Link copied to clipboard
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.
Link copied to clipboard
The number of spaces to insert when insertSpaces is true.
Link copied to clipboard
When pressing Tab insert 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"
.
Link copied to clipboard
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.