EditorView.moveByGroup method
EditorView › moveByGroup
Official
Move a cursor position across the next group of letters or non-letter non-whitespace characters.Signature:
moveByGroup(start: SelectionRange, forward: boolean): SelectionRangeParameters:
| Parameter | Type | Description |
|---|---|---|
| start | SelectionRange | The start selection range. |
| forward | boolean | Whether to move forward. |
Returns: SelectionRange — The new selection range.