Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ getCurrentFile
Method
getCurrentFile
core/index.d.ts:885–885 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
883
getOpenFiles(): Promise<string[]>;
884
885
getCurrentFile(): Promise<
886
| undefined
887
| {
888
isUntitled: boolean;
Callers
9
readCurrentlyOpenFileImpl
Function · 0.65
initializeListeners
Method · 0.65
getContextItems
Method · 0.65
getWorkspacePath
Method · 0.65
inferResolvedUriFromRelativePath
Function · 0.65
getFileUriToApplyTo
Function · 0.65
processDiff
Function · 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