Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/continuedev/continue
/ deleteForward
Method
deleteForward
extensions/cli/src/ui/TextBuffer.ts:72–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
deleteForward(): void {
73
if
(this._cursor < this._text.length) {
74
this.deleteCharAt(this._cursor);
75
}
76
}
77
78
private findWordBoundary(
79
position: number,
Callers
1
TextBuffer.test.ts
File · 0.80
Calls
1
deleteCharAt
Method · 0.95
Tested by
no test coverage detected