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