UNPKG

@ydb-platform/monaco-ghost

Version:

Inline completion adapter for Monaco Editor

4 lines 340 B
import type * as monaco from 'monaco-editor'; import type { ICodeCompletionService } from './types'; export declare function registerCompletionCommands(monacoInstance: typeof monaco, completionService: ICodeCompletionService, editor: monaco.editor.IStandaloneCodeEditor): monaco.IDisposable[]; //# sourceMappingURL=registerCommands.d.ts.map