JetBrains Rider 2018.2 Help

Code Inspection: Typo in identifier

This inspection checks spelling in identifiers (names of functions, variables, etc.) against the dictionaries and user words configured on Editor | Spelling and the Editor | Spelling | ReSpeller page of JetBrains Rider settings.

Note that in compound identifier names (e.g. SomeCompoundName or some_compound_name), each part separated by camel-casing or by the underscore is checked as a separate word.

Last modified: 21 December 2018

See Also