Skip to content

InternalQuickSuggestionsOptions

原文链接

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

ts
interface InternalQuickSuggestionsOptions {
    comments: QuickSuggestionsValue;
    other: QuickSuggestionsValue;
    strings: QuickSuggestionsValue;
}

comments

other

strings