JetBrains Rider
 
Get JetBrains Rider
Get your hands on the new features ahead of the release by joining the Early Access Program for Rider 2025.1! Learn more

Spellchecking

Last modified: 21 March 2024

JetBrains Rider looks for spelling errors in identifiers, comments, and string literals. When it detects a potential error 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.

When JetBrains Rider detects and highlights spelling problems in design time, you can press AltEnter and choose one of suggested fixes.

JetBrains Rider: Detecting and fixing typos

If you use a 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.

If the reported word is valid in your context, pick Save to dictionary in the AltEnter menu to stop reporting this word.

Spellchecking is enabled by default, but you can disable it in the 'Pencils' widget or by clearing the corresponding checkbox on the Editor | Spelling | ReSpeller page of JetBrains Rider settings CtrlAlt0S.