Skip to content

IQuickSuggestionsOptions

原文链接

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

快速建议的配置选项

ts
interface IQuickSuggestionsOptions {
    comments?: boolean | QuickSuggestionsValue;
    other?: boolean | QuickSuggestionsValue;
    strings?: boolean | QuickSuggestionsValue;
}

comments

other

strings