MCPcopy
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

createRuleBlockImplFunction · 0.65
createNewFileImplFunction · 0.65
initializeListenersMethod · 0.65
createNewPromptFileV2Function · 0.65
shareSessionFunction · 0.65
openConfigProfileMethod · 0.65
createNewAssistantFileFunction · 0.65
createNewGlobalRuleFileFunction · 0.65
openContextItemFunction · 0.65
openFileMethod · 0.65
processDiffFunction · 0.65

Implementers 3

MessageIdecore/protocol/messenger/messageIde.ts
FileSystemIdecore/util/filesystem.ts
VsCodeIdeextensions/vscode/src/VsCodeIde.ts

Calls

no outgoing calls

Tested by 1

registerHandlersMethod · 0.52