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