Module: apps/cursorless-vscode/getMatchesInRange
Functions
generateMatchesInRange
▸ generateMatchesInRange(regex, editor, range, direction): Iterable<Range>
Parameters
| Name | Type |
|---|---|
regex | RegExp |
editor | TextEditor |
range | Range |
direction | Direction |
Returns
Iterable<Range>
Defined in
apps/cursorless-vscode/getMatchesInRange.ts:25
getMatchesInRange
▸ getMatchesInRange(regex, editor, range): Range[]
Parameters
| Name | Type |
|---|---|
regex | RegExp |
editor | TextEditor |
range | Range |
Returns
Range[]
Defined in
apps/cursorless-vscode/getMatchesInRange.ts:6