Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/continuedev/continue
/ showVirtualFile
Method
showVirtualFile
core/index.d.ts:865–865 ·
view source on GitHub ↗
(title: string, contents: string)
Source
from the content-addressed store, hash-verified
863
removeFile(path: string): Promise<void>;
864
865
showVirtualFile(title: string, contents: string): Promise<void>;
866
867
openFile(path: string): Promise<void>;
868
Callers
5
initializeListeners
Method · 0.65
openContextItem
Function · 0.65
MCPServerPreview
Function · 0.65
showVirtualFile
Method · 0.65
constructor
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
no test coverage detected