Skip to content

CompletionConfiguration

原文链接

https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.html.CompletionConfiguration.html

ts
interface CompletionConfiguration {
    [providerId: string]: boolean;
}