ReSharper 2018.2 Help

Inspect the whole solution for naming style compliance

If you want your code base to employ a consistent naming style, you can use ReSharper to configure your preferences and then search for all the places in your code where the naming rules are broken.

To begin with, open up the ReSharper Options dialog, and navigate to a Naming Style page under the corresponding language.

Naming style settings in ReSharper options

This is the place where you can redefine the naming rules for particular elements. Simply click Edit to change the defaults for a particular code element:

Changing the naming style preference

Once you’re done, close the Options dialog and choose ReSharper | Inspect | Code Issues in Solution/Project to find all code issues. You will be presented with a categorized tree of all the issues in your code. Here, simply locate the Constraint Violations section, and you will see a list of naming mismatches in the analyzed scope:

Finding naming style violations

Double-clicking each of these will take you to the line of code where the problem occurs. Naturally, ReSharper is there to help you adjust the name of the corresponding identifier, or even of all naming style violations in a specific scope:

Fixing naming style violations
Last modified: 21 December 2018

See Also