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

Method moveWordRight

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

Source from the content-addressed store, hash-verified

117 }
118
119 moveWordRight(): void {
120 this._cursor = this.findWordBoundary(this._cursor, "right");
121 }
122
123 deleteWordBackward(): void {
124 const wordStart = this.findWordBoundary(this._cursor, "left");

Callers 2

handleMetaKeyMethod · 0.95
TextBuffer.test.tsFile · 0.80

Calls 1

findWordBoundaryMethod · 0.95

Tested by

no test coverage detected