ReSharper 2017.2 Help

Inspection Results window

ReSharper | Windows | Inspections
Ctrl+Alt+,
ReSharper_ShowInspectionWindow

This tool window displays the results of code analysis and exploration. Different analysis and exploration tools display their results on separate tabs.

Code inspection results

These results include code issues found in specific scope — for example, issues found when you run code inspection for a project or solution, look for similar code issues, or open issue reports from a file.

All code issues displayed in this window have icons that indicate their severity level:

  • ThemedIcon Error Screen Gray - Error
  • ThemedIcon Warning Screen Gray - Warning
  • ThemedIcon SeveritySuggestion Screen Gray - Suggestion
  • ThemedIcon SolutionAnalysisHint Screen Gray - Hint
ReSharper: Inspection Results window

Call tracking results

When you explore incoming or outgoing call chains, the results are displayed in a tree view, for example:

Outgoing calls in the Inspection Results window

Value tracking results

When you explore value origins and destinations, the results are also displayed in a tree view, for example:

Value origin hierarchy in the Inspection Results window

Window tabs

When inspection results open in the window, they are displayed in new tabs, which show up on the left. The previously open tabs move to the right if the width of the window allows, otherwise they unload themselves saving memory - but you can always restore them by clicking the arrow that appears to the right of the tabs and clicking the required tab:

Tool window tabs

To prevent a tab from unloading, click the pin icon ThemedIcon Pin Screen Gray next to the tab title.

Toolbar Controls

ControlNameDescription
ThemedIcon Refresh Screen Gray Refresh Updates window content to reflect any changes made in the code or externally.
ThemedIcon ExpandAll Screen Gray ThemedIcon CollapseAll Screen Gray Expand All/ Collapse All Expands/collapses all nodes in the current tab.
ThemedIcon Up Screen Gray ThemedIcon Down Screen Gray Previous/ Next
Shift+F8 / F8
Navigate to the previous/next item and scrolls through the source code accordingly.
ThemedIcon PreviewToggle Screen Gray Show Preview Ctrl+P Hides or shows the pane with a preview of the selected item in the position specified using the drop-down list (at the bottom or in the right part of the window).
ThemedIcon Export Screen Gray Export Click this button to export the data currently displayed in the window in text format, or use the drop-down selector to export the data in XML or HTML format. The Export Data dialog that appears, will help you to save the data to a file or copy it to the clipboard.
ThemedIcon FilterIssues Screen Gray Filter Issues Click this button to open the Filter Issues dialog and customize filtering for the displayed code issues
Reference Windows Inspection Results Filter Issues
Group by Defines how code issues should be grouped. Several options are provided:
  • None
  • File
  • Directory and File
  • Project Structure
  • Issue Category
  • Issue Type
  • Issue Category and Issue Type
  • Issue Category and File
  • Issue Category and Project Structure
  • Issue Type and File
  • Issue Category, Issue Type and File
  • Issue Category and Issue Severity
  • Issue Category, Issue Severity and File
  • Issue Severity
  • Issue Severity and File
  • Issue Severity and Issue Category
  • Issue Severity, Issue Category and File

This control is available only for code issues.

Qualifier Defines how incoming or outgoing calls should be displayed. Several options are provided:
  • Class
  • Namespace and Class
  • Project, Namespace and Class

This control is available only for incoming or outgoing calls.

Context Defines how value origin or value destination should be displayed. Several options are provided:
  • None
  • Namespace
  • Namespace and Type
  • Namespace, Type and Member
  • Type and Member
  • Type
  • Project
  • Project and Folder
  • Project, Folder and File
  • File

This control is available only for value origin and value destination.

Last modified: 14 December 2017

See Also