When true
, let's the spell checker know that words can be added to this dictionary.
Optional
descriptionOptional description of the contents / purpose of the dictionary.
This is the name of a dictionary.
Name Format:
*
, !
, ;
, ,
, {
, }
, [
, ]
, ~
.Optional
noIndicate that suggestions should not come from this dictionary. Words in this dictionary are considered correct, but will not be used when making spell correction suggestions.
Note: if a word is suggested by another dictionary, but found in this dictionary, it will be removed from the set of possible suggestions.
Path to custom dictionary text file.
Optional
repReplacement pairs.
Optional
scopeDefines the scope for when words will be added to the dictionary.
Scope values: user
, workspace
, folder
.
Optional
typeType of file:
Default is S.
C is the slowest to load due to the need to split each line based upon code splitting rules.
Note: this settings does not apply to inline dictionaries or .trie
files.
Optional
useUse Compounds.
For Defining Custom dictionaries. They are generally scoped to a
user
,workspace
, orfolder
. WhenaddWords
is true, indicates that the spell checker can add words to the file.Note: only plain text files with one word per line are supported at this moment.