Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ getOpenFiles
Method
getOpenFiles
core/index.d.ts:883–883 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
881
showLines(fileUri: string, startLine: number, endLine: number): Promise<void>;
882
883
getOpenFiles(): Promise<string[]>;
884
885
getCurrentFile(): Promise<
886
| undefined
Callers
11
registerMessageHandlers
Method · 0.65
initializeListeners
Method · 0.65
getContextItems
Method · 0.65
retrieveAndChunkRecentlyEditedFiles
Method · 0.65
refreshOpenFiles
Function · 0.65
editToolImpl
Function · 0.65
getOpenFiles
Method · 0.65
provideCompletionItems
Method · 0.65
constructor
Method · 0.65
constructor
Method · 0.65
registerHandlers
Method · 0.65
Implementers
3
MessageIde
core/protocol/messenger/messageIde.ts
FileSystemIde
core/util/filesystem.ts
VsCodeIde
extensions/vscode/src/VsCodeIde.ts
Calls
no outgoing calls
Tested by
1
registerHandlers
Method · 0.52