MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / EditorManager

Interface EditorManager

src/index.d.ts:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79interface EditorManager {
80 editor?: import("@codemirror/view").EditorView;
81 isCodeMirror?: boolean;
82 activeFile?: AcodeFile;
83 getLspMetadata?: (file: AcodeFile) => LspFileMetadata | null;
84}
85
86interface LspFileMetadata {
87 uri: string;

Callers 1

main.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected