ReSharper 2017.1 Help

Inspections

ReSharper | Options | Code Editing | C++ | Inspections

In this page, you can adjust the way code inspection works in C++.

ItemDescription
Color identifiers This options enables extended highlighting of C++ syntax. There are 20 identifier types that you can highlight differently. You can change colors and fonts at any time in Visual Studio options (Tools | Options | Environment | Fonts and Colors).
Configuring syntax highlighting for C++ identifiers
Show gutter icons By default, ReSharper adds action indicators (gutter icons) that provide quick access to navigation and other actions.
In some cases, there may be too many of these indicators and you may want to disable them:
ReSharper's action indicators (gutter marks in a C++ file
The most frequently appearing action indicator is Navigate to declaration/definition /help/img/dotnet/2017.1/ThemedIcon.Switch.Screen.[Gray].png, so you can either disable only this action or hide all action indicators.
Treat errors as warnings in template code This options lest you decrease severity of errors in C++ templates. By default, this option is enabled. You may need this for two reasons:
  • Visual Studio does not compile unused C++ templates. Thus, if this option is not selected, you may see errors in perfectly compilable code.
  • Visual Studio compiler works not exactly the same as the C++ standard prescribes. Therefore, this option allows you not to highlight errors that that are possibly ignored by the Visual Studio compiler.
Last modified: 12 October 2017

See Also