indentSelectedLines
indentSelectedLines(
editor,less?):boolean
Defined in: extensions/commands/commands.ts:82
Command that indents or outdents all user-selected lines in the editor unless the
editor is readOnly.
Parameters
Section titled “Parameters”editor
Section titled “editor”Editor to execute the command on.
boolean
By default lines are indented. By passing true, lines are outdented
instead.
Returns
Section titled “Returns”boolean