ReSharper 2021.1 Help

Find Code Issues with Code Inspection

Static code analysis in ReSharper is called Code Inspection and performed by applying over 2300 individual code inspections to your code in all supported languages.

Code issues can be found in several ways:

  • ReSharper finds and highlights code issues automatically in design time for all files opened in the editor.

  • The design time code inspection scope can be extended to the entire solution with the solution-wide analysis- in this case, you will be able to see all errors (and optionally warnings) in the solution as well as some additional issues in the opened files, for example unused public members.

  • You can find code issues in the specified scope, which can be as large as the whole solution.

  • You can also find code issues from the command line.

You can extend the default set of code inspections with structural search and replace patterns, and get more inspections for specific purposes by using ReSharper extensions.

In this section:

This feature is supported in the following languages and technologies:

Language: C#Language: VB.NETLanguage: C++Language: HTMLLanguage: ASP.NETLanguage: RazorLanguage: JavaScriptLanguage: TypeScriptLanguage: CSSLanguage: XMLLanguage: XAMLLanguage: ResxLanguage: Build ScriptsLanguage: ProtobufLanguage: JSON
Feature is available in C#Feature is available in Visual Basic .NET Code inspection in C++Feature is available in HTMLFeature is available in ASP.NETFeature is available in RazorFeature is available in JavaScriptFeature is available in TypeScriptFeature is available in CSSFeature is available in XMLFeature is available in XAMLFeature is available in Resource filesFeature is available in build script filesFeature is available in ProtobufFeature is available in JSON

The instructions and examples given here address the use of the feature in C#. For details specific to other languages, see corresponding topics in the ReSharper by Language section.

Last modified: 08 March 2021