Skip to main content

Module: apps/cursorless-vscode/getMatchesInRange

Functions

generateMatchesInRange

generateMatchesInRange(regex, editor, range, direction): Iterable<Range>

Parameters

NameType
regexRegExp
editorTextEditor
rangeRange
directionDirection

Returns

Iterable<Range>

Defined in

apps/cursorless-vscode/getMatchesInRange.ts:25


getMatchesInRange

getMatchesInRange(regex, editor, range): Range[]

Parameters

NameType
regexRegExp
editorTextEditor
rangeRange

Returns

Range[]

Defined in

apps/cursorless-vscode/getMatchesInRange.ts:6