coderushforroslyn-401072-configuration-options-spell-checker-settings.md
You can configure the Spell Checker in the Editor | All Languages | Code Analysis | Spell Checker options page.
The screenshot below shows the default Spell Checker settings.
The Context group options specify which elements the Spell Checker checks. The following elements are available for spell check:
This group includes the following Spell Checker options.
Check designer files Specifies whether to check spelling in designer files.Ignored elements
Specify text elements that the Spell Checker should ignore. It can ignore the following elements:
Skip spell check based on the words length You can restrict the spell check for words whole length is less than or equal to the specified value. The default value: 3.Culture Specifies the current culture.
The Spell Checker can check the following identifiers:
The Dictionaries group allows you to manage the Spell Checker dictionaries.
The Spell Checker ships with a built-in dictionary for the English (Unites States) language to perform the spelling check. It also contains Custom and Keywords dictionaries.
The Custom dictionary stores words added by a user to the Spell Checker from the “Spell Checker -> Add to dictionary: ‘new word’” item in the Code Actions menu. CodeRush supports one custom dictionary. This dictionary is located in the following path:
C:\Users\AppData\Roaming\CodeRush\Settings\Private\custom.dic
For information on how to add a word to the custom dictionary, see the following topic section: How to Add a Word to the Custom Dictionary
You can edit the “custom.dic” file adding one word per line.
You can add your dictionary for every language to the Spell Checker. See the How to: Add a Dictionary to the Spell Checker example for details.