deleteSelectedLines
deleteSelectedLines(
editor):boolean
Defined in: extensions/commands/commands.ts:206
Command that deletes all selected lines unless the editor is readOnly.
Parameters
Section titled “Parameters”editor
Section titled “editor”Editor to execute the command on.
Returns
Section titled “Returns”boolean