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

Method toString

src/common/motion/position.ts:125–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123declare module 'vscode' {
124 interface Position {
125 toString(): string;
126
127 add(document: vscode.TextDocument, diff: PositionDiff, boundsCheck?: boolean): Position;
128 subtract(other: Position): PositionDiff;

Callers 15

overrideCommandFunction · 0.65
updatePathFunction · 0.65
rndNameFunction · 0.65
write.test.tsFile · 0.65
fromVimErrorMethod · 0.65
displayErrorMethod · 0.65
replaceNumFunction · 0.65
execCountMethod · 0.65
execMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected