Sets or clears the 'extending' flag , which acts similar to the shift key, in that it will cause cursor movement and calls to extendSelection to leave the selection anchor in place.
(value: boolean)
| 521 | /** Sets or clears the 'extending' flag , which acts similar to the shift key, |
| 522 | in that it will cause cursor movement and calls to extendSelection to leave the selection anchor in place. */ |
| 523 | setExtending(value: boolean): void; |
| 524 | |
| 525 | |
| 526 | /** Retrieve the editor associated with a document. May return null. */ |