Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleMetaKey
Method · 0.95
TextBuffer.test.ts
File · 0.80
Calls
1
findWordBoundary
Method · 0.95
Tested by
no test coverage detected