Skip to main content
A newer version of this page is available. .

Spell Checker

NOTE

To enable this feature, use the Quick Setup or Editor | All Languages | Spell checker options page. You can also use the CodeRush Visualize toolbar button (SpellChecker_Toolbar).

The Spell Checker finds misspelled words in identifiers, strings and comments in you code and provides correction options. The entire solution is checked after opening or turning the spell checker on. Then, it checks the text word-by-word as you type.

NOTE

By default, only public, protected and internal members are checked. Use the Editor | Spell checker options page to change this behavior.

Use the Code Actions Menu to fix a mistake. Use the Ctrl + . or Ctrl + ~ shortcut to invoke the Code Actions Menu.

CRR_Vis_SpellCheck