MCPcopy
hub / github.com/VSCodeVim/Vim / execAction

Method execAction

src/textobject/textobject.ts:567–570  ·  view source on GitHub ↗
(position: Position, vimState: VimState)

Source from the content-addressed store, hash-verified

565 keys = ['a', 'e'];
566
567 public async execAction(position: Position, vimState: VimState): Promise<IMovement> {
568 const range = TextEditor.getDocumentRange(vimState.document);
569 return { start: range.start, stop: range.end };
570 }
571}
572
573@RegisterAction

Callers

nothing calls this directly

Calls 1

getDocumentRangeMethod · 0.80

Tested by

no test coverage detected