Skip to main content

Interface: SuggestionsConfiguration

Defined in: cspell-types/dist/index.d.mts:1071

Extended by

Properties

numSuggestions?

optional numSuggestions: number

Defined in: cspell-types/dist/index.d.mts:1077

Number of suggestions to make.

Default

10

suggestionNumChanges?

optional suggestionNumChanges: number

Defined in: cspell-types/dist/index.d.mts:1093

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:1083

The maximum amount of time in milliseconds to generate suggestions for a word.

Default

500