Interface: SuggestionsConfiguration
Defined in: CSpellSettingsDef.ts:286
Extended by
Properties
numSuggestions?
optional
numSuggestions:number
Defined in: CSpellSettingsDef.ts:292
Number of suggestions to make.
Default
10
suggestionNumChanges?
optional
suggestionNumChanges:number
Defined in: CSpellSettingsDef.ts:310
The maximum number of changes allowed on a word to be considered a suggestions.
For example, appending an s
onto example
-> examples
is considered 1 change.
Range: between 1 and 5.
Default
3
suggestionsTimeout?
optional
suggestionsTimeout:number
Defined in: CSpellSettingsDef.ts:299
The maximum amount of time in milliseconds to generate suggestions for a word.
Default
500