Interface: SuggestionsConfiguration
Defined in: cspell-types/dist/index.d.mts:4
Extended by
Properties
numSuggestions?
optionalnumSuggestions:number
Defined in: cspell-types/dist/index.d.mts:10
Number of suggestions to make.
Default
10
suggestionNumChanges?
optionalsuggestionNumChanges: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?
optionalsuggestionsTimeout: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