Toolbar buttons
| Item | Shortcut | Description |
|---|---|---|
| Ctrl+F5Ctrl+F5 | Click this button to execute inspection and show results in the same tab. |
| Ctrl+Shift+F4Ctrl+Shift+F4 | Click this button to close active tab. |
| Ctrl+Add; Ctrl+EqualsCtrl+Add; Ctrl+Equals | Expand all nodes |
| Ctrl+Subtract; Ctrl+MinusCtrl+Subtract; Ctrl+Minus | Collapse all nodes |
| Ctrl+Alt+DownCtrl+Alt+Down | Navigate to the next item. |
| Ctrl+Alt+UpCtrl+Alt+Up | Navigate to the previous item. |
| Toggle the Autoscroll to source mode. When the button is pressed, every time the node is focused, the corresponding line of source code is highlighted in the editor. | |
5.0+
| Click this button to export inspection results in XML or HTML format. | |
| F1F1 | Show reference. |
| If this button is pressed, the problems reported by the code inspection are grouped into Errors and Warnings. Otherwise, the problems are grouped by inspections. | |
| If this button is pressed, the items show under the corresponding directory nodes. | |
| When this button is pressed, the resolved and excluded items to not display in the tool window. | |
|
| If you run inspections several times in the same tab, press this button to filter differences. | |
| If you run inspections several times in the same tab, press this button to hide items that did not change since the previous inspection. | |
| Click this button to edit the current inspection settings. | |
| Alt+EnterAlt+Enter | Click this button to resolve the problem for the selected inspection item, by choosing one of the available quick fixes from the list. |
| Click this button to disable, suppress of run the selected inspection. |
Context menu commands
| Item | Shortcut | Description |
|---|---|---|
| Jump to Source | F4F4 | Open in the editor the file that contains the selected problem, and place the caret at the beginning of the respective code fragment. |
| Find Usages | Alt+F7Alt+F7 | Search for usages of the selected file. |
| Exclude | DeleteDelete | Exclude the selected items from further examination. Excluded nodes are marked with a strikethrough.
If the filter button
is pressed, the
excluded nodes are hidden.
|
| Include | InsertInsert | Include previously excluded items to the list of results. All nested subelements are included too. |
| Alt+EnterAlt+Enter | Accept one of the suggested solutions to fix the problem. |
| Edit Settings | Change settings for the selected inspection, or group of inspections, in the Errors dialog. | |
| Disable inspection | Disable alerts for the selected inspection in the active tab of results.
If the filter button
is pressed, the
nodes for disabled inspections are hidden.
You can also disable an inspection in general. | |
| Run inspection on | Rerun the selected inspection and display results in a new tab. | |
| Suppress problem/ Suppress problem for class | Suppress inspection for the selected problem in general, or for the selected class. | |
| Local history | Perform local history actions. |
Inspection results report
The inspection results report appears in the right pane of the results tab, when an inspection node is selected in the left pane. The report includes the following sections:
- Name: this is the name of the class or member where the problem has been detected.
- Location: this is a hyperlink to the class, where the problem has been detected.
- Problem synopsis: shows a brief description of the problem.
- Problem resolution: this optional field provides a list of possible solutions. Clicking a hyperlink invokes the corresponding action. If no hyperlinks are present, it means that you have to fix the problem yourself.

,
the tool window is again available only through .
