Interface: SuggestionsConfiguration
Defined in: cspell-types/dist/index.d.mts:1058
Extended by
Properties
numSuggestions?
optional
numSuggestions:number
Defined in: cspell-types/dist/index.d.mts:1064
Number of suggestions to make.
Default
10
suggestionNumChanges?
optional
suggestionNumChanges:number
Defined in: cspell-types/dist/index.d.mts:1080
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: cspell-types/dist/index.d.mts:1070
The maximum amount of time in milliseconds to generate suggestions for a word.
Default
500