ReSharper 2024.1 Help

Code Inspection: Typo in identifier

Category

Spelling Issues

ID

IdentifierTypo

EditorConfig

resharper_identifier_typo_highlighting

Default severity

Suggestion

Language

C#, VB.NET, Razor, ASP.NET, HttpHandler or WebService, XAML, JavaScript, TypeScript, C++

Requires SWA

No

This inspection checks spelling in identifiers (names of functions, variables, etc.) against the dictionaries and user words configured on the Tools | Grammar and Spelling | Spelling page of ReSharper options .

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

Last modified: 15 April 2024