MCPcopy
hub / github.com/VSCodeVim/Vim / motion.test.ts

File motion.test.ts

test/motion.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as assert from 'assert';
2import { Position, window } from 'vscode';
3import { getCurrentParagraphBeginning, getCurrentParagraphEnd } from '../src/textobject/paragraph';
4import { WordType } from '../src/textobject/word';

Callers

nothing calls this directly

Calls 15

setupWorkspaceFunction · 0.90
getCurrentParagraphEndFunction · 0.90
getRightMethod · 0.80
getLeftMethod · 0.80
getDownMethod · 0.80
getUpMethod · 0.80
getLineBeginMethod · 0.80
getLineEndMethod · 0.80
getDocumentBeginMethod · 0.80
getDocumentEndMethod · 0.80

Tested by

no test coverage detected