MCPcopy Create free account
hub / github.com/continuedev/continue / moveWordLeft

Method moveWordLeft

extensions/cli/src/ui/TextBuffer.ts:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 moveWordLeft(): void {
116 this._cursor = this.findWordBoundary(this._cursor, "left");
117 }
118
119 moveWordRight(): void {
120 this._cursor = this.findWordBoundary(this._cursor, "right");

Callers 2

handleMetaKeyMethod · 0.95
TextBuffer.test.tsFile · 0.80

Calls 1

findWordBoundaryMethod · 0.95

Tested by

no test coverage detected