

aff extension) next to the dictionary file.

Note that you also need to have the affix file of the dictionary (named the same as the dictionary file but with the.

Select ReSharper | Options from the main menu or press Alt+R O, then choose Tools | ReSpeller on the left.Īdd the desired Hunspell/MySpell dictionaries - click and pick a Hunspell dictionary file.
VS CODE TYPO CHECK INSTALL
ReSharper comes with a built-in dictionary for English (United States), but it allows you to install and use Hunspell/MySpell dictionaries for other languages. If you use the ReSpeller's quick-fix to fix a typo in an identifier, the Rename refactoring will be invoked automatically to ensure consistency of the change across your code base. Similarly to other highlighted issues, you can press Alt+Enter and choose Replace with… to choose one of the ReSpeller's suggestions. Spell checking is enabled by default, but you can disable it by clearing the corresponding checkbox on the Tools | ReSpeller page of ReSharper options ( Alt+R, O). When it detects a potential spelling mistake or a typo, it will let you know in the same way as other code issues - in design time or when you run code inspection in specific scope. ReSpeller will look for spelling mistakes in identifiers, comments, and string literals. One important task of code inspection is spell checking, which ReSharper performs with ReSpeller - its integrated spell-checking engine.
