ReSharper 2016.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
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.

See Also

Last modified: 19 August 2016