Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ openFile
Method
openFile
core/index.d.ts:867–867 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
865
showVirtualFile(title: string, contents: string): Promise<void>;
866
867
openFile(path: string): Promise<void>;
868
869
openUrl(url: string): Promise<void>;
870
Callers
15
createRuleBlockImpl
Function · 0.65
createNewFileImpl
Function · 0.65
initializeListeners
Method · 0.65
createNewPromptFileV2
Function · 0.65
shareSession
Function · 0.65
openConfigProfile
Method · 0.65
createNewAssistantFile
Function · 0.65
createNewWorkspaceBlockFile
Function · 0.65
createNewGlobalRuleFile
Function · 0.65
openContextItem
Function · 0.65
openFile
Method · 0.65
processDiff
Function · 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