# Problems tool window

> **TL;DR**
> `View | Tool Windows | Problems`
>
>
>
> `Alt+6` (Windows), `⌘ 6` (macOS), `⌘ 6` (IntelliJ IDEA Classic (macOS)), `⌘ 6` (macOS System Shortcuts), `Alt+6` (XWin), `Alt+6` (GNOME), `Alt+6` (KDE), `Alt+6` (Emacs), `Alt+6` (Sublime Text), `⌘ 6` (Sublime Text (macOS)), `Alt+6` (Xcode), `Alt+6` (Visual Studio), `⌘ 6` (Visual Studio (macOS)), `Alt+6` (ReSharper), `⌘ 6` (ReSharper (macOS)), `Alt+1` (QtCreator), `⌘ 1` (QtCreator (macOS)), `Alt+6` (NetBeans), `Alt+6` (Eclipse), `⌘ 6` (Eclipse (macOS))

The Problems tool window shows the detected issues in the currently opened file and in the whole project, as well as the results of code inspections you run manually.

![Inconsistent Naming inspection results](https://resources.jetbrains.com/help/img/idea/2026.2/cl_namingconventions_inspection_results.png)

* To jump to the corresponding line in the editor, you can select any problem in the window and press `F4` (Windows), `⌘ ↓` (macOS), `F4` (IntelliJ IDEA Classic (macOS)), `F4` (macOS System Shortcuts), `F4` (XWin), `F4` (GNOME), `F4` (KDE), `F4` (Emacs), `F4` (Sublime Text), `F4` (Sublime Text (macOS)), `⌘ ↓` (Xcode), `F4` (Visual Studio), `⌘ ↓` (Visual Studio (macOS)), `F4` (ReSharper), `⌘ ↓` (ReSharper (macOS)), `F4` (QtCreator), `F4` (QtCreator (macOS)), `F4` (NetBeans), `F12` (Eclipse), `F3` (Eclipse (macOS)) or double-click it.

* To cycle through the tool window tabs, press `Alt+Right` (Windows), `⌘ ⇧ ]` (macOS), `⌃ →` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ →` (macOS System Shortcuts), `Alt+Right` (XWin), `Alt+Right` (GNOME), `Alt+Right` (KDE), `Alt+Right` (Emacs), `Ctrl+Page Down` (Sublime Text), `⌘ ⇧ ]` (Sublime Text (macOS)), `⌘ ⇧ ]` (Xcode), `Alt+Right` (Visual Studio), `⌘ ⇧ ]` (Visual Studio (macOS)), `Alt+Right` (ReSharper), `⌘ ⇧ ]` (ReSharper (macOS)), `Alt+Right` (QtCreator), `Alt+Right` (QtCreator (macOS)), `Ctrl+Page Down` (NetBeans), `Ctrl+F6` (Eclipse), `⌘ F6` (Eclipse (macOS)) and `Alt+Left` (Windows), `⌘ ⇧ [` (macOS), `⌃ ←` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ ←` (macOS System Shortcuts), `Alt+Left` (XWin), `Alt+Left` (GNOME), `Alt+Left` (KDE), `Alt+Left` (Emacs), `Ctrl+Page Up` (Sublime Text), `⌘ ⇧ [` (Sublime Text (macOS)), `⌘ ⇧ [` (Xcode), `Alt+Left` (Visual Studio), `⌘ ⇧ [` (Visual Studio (macOS)), `Alt+Left` (ReSharper), `⌘ ⇧ [` (ReSharper (macOS)), `Alt+Left` (QtCreator), `Alt+Left` (QtCreator (macOS)), `Ctrl+Page Up` (NetBeans), `Ctrl+Shift+F6` (Eclipse), `⌘ ⇧ F6` (Eclipse (macOS)).

* To copy multiple problem descriptions at once, select them in the tool window and press `Ctrl+C` (Windows), `⌘ C` (macOS), `⌘ C` (IntelliJ IDEA Classic (macOS)), `⌘ C` (macOS System Shortcuts), `Ctrl+C` (XWin), `Ctrl+C` (GNOME), `Ctrl+C` (KDE), `Ctrl+Insert` (Emacs), `Ctrl+C` (Sublime Text), `⌘ C` (Sublime Text (macOS)), `⌘ C` (Xcode), `Ctrl+C` (Visual Studio), `⌘ C` (Visual Studio (macOS)), `Ctrl+C` (ReSharper), `⌘ C` (ReSharper (macOS)), `Ctrl+C` (QtCreator), `⌘ C` (QtCreator (macOS)), `Ctrl+C` (NetBeans), `Ctrl+C` (Eclipse), `⌘ C` (Eclipse (macOS)).

File:

The IDE [continuously
checks](running-inspections.html#analysis-current-file)  your code and searches for problems. This tab lists all code issues found in the current file.   The list is updated as you [switch between files in the editor](null).

## Toolbar

| Item | Tooltip and shortcut | Description |
| --- | --- | --- |
|  ![View Options](https://resources.jetbrains.com/help/img/idea/2026.2/app-client.expui.general.inspections.inspectionsEye.svg)  |  View Options  |  Filter out code issues by their severity and configure their sorting.  When no grouping or sorting options are selected, the issues are listed in the order they appear in the file.   |
|  ![the Show Quick Fixes button](https://resources.jetbrains.com/help/img/idea/2026.2/app.expui.codeInsight.intentionBulb.png)  |  Show Quick-Fixes `Alt+Enter` (Windows), `⌥ ⏎` (macOS), `⌥ ⏎` (IntelliJ IDEA Classic (macOS)), `⌥ ⏎` (macOS System Shortcuts), `Alt+Enter` (XWin), `Alt+Enter` (GNOME), `Alt+Enter` (KDE), `Alt+Enter` (Emacs), `Alt+Enter` (Sublime Text), `⌥ ⏎` (Sublime Text (macOS)), `⌥ ⏎` (Xcode), `Alt+Enter` (Visual Studio), `⌥ ⏎` (Visual Studio (macOS)), `Alt+Enter` (ReSharper), `⌥ ⏎` (ReSharper (macOS)), `Alt+Enter` (QtCreator), `⌥ ⏎` (QtCreator (macOS)), `Alt+Enter` (NetBeans), `Ctrl+1` (Eclipse), `⌘ 1` (Eclipse (macOS))  |  Show quick-fixes available for the selected problem.   |
|  ![the Open Editor Preview button](https://resources.jetbrains.com/help/img/idea/2026.2/app-client.expui.general.previewVertically.svg)  |  Open Editor Preview  |  Open the preview pane  to view the selected issue in its source context right in the Problems window. Note that this preview is a normal editor where you can change the code and apply available [quick-fixes](null).   |

## Context menu

| Item | Shortcut | Description |
| --- | --- | --- |
| Show Quick-Fixes | `Alt+Enter` (Windows), `⌥ ⏎` (macOS), `⌥ ⏎` (IntelliJ IDEA Classic (macOS)), `⌥ ⏎` (macOS System Shortcuts), `Alt+Enter` (XWin), `Alt+Enter` (GNOME), `Alt+Enter` (KDE), `Alt+Enter` (Emacs), `Alt+Enter` (Sublime Text), `⌥ ⏎` (Sublime Text (macOS)), `⌥ ⏎` (Xcode), `Alt+Enter` (Visual Studio), `⌥ ⏎` (Visual Studio (macOS)), `Alt+Enter` (ReSharper), `⌥ ⏎` (ReSharper (macOS)), `Alt+Enter` (QtCreator), `⌥ ⏎` (QtCreator (macOS)), `Alt+Enter` (NetBeans), `Ctrl+1` (Eclipse), `⌘ 1` (Eclipse (macOS)) |  Show quick-fixes available for the selected problem.   |
|  Copy Problem Description  |  `Ctrl+C` (Windows), `⌘ C` (macOS), `⌘ C` (IntelliJ IDEA Classic (macOS)), `⌘ C` (macOS System Shortcuts), `Ctrl+C` (XWin), `Ctrl+C` (GNOME), `Ctrl+C` (KDE), `Ctrl+Insert` (Emacs), `Ctrl+C` (Sublime Text), `⌘ C` (Sublime Text (macOS)), `⌘ C` (Xcode), `Ctrl+C` (Visual Studio), `⌘ C` (Visual Studio (macOS)), `Ctrl+C` (ReSharper), `⌘ C` (ReSharper (macOS)), `Ctrl+C` (QtCreator), `⌘ C` (QtCreator (macOS)), `Ctrl+C` (NetBeans), `Ctrl+C` (Eclipse), `⌘ C` (Eclipse (macOS))  | Copy the problem description to the clipboard. |
|  Jump to Source  |  `F4` (Windows), `⌘ ↓` (macOS), `F4` (IntelliJ IDEA Classic (macOS)), `F4` (macOS System Shortcuts), `F4` (XWin), `F4` (GNOME), `F4` (KDE), `F4` (Emacs), `F4` (Sublime Text), `F4` (Sublime Text (macOS)), `⌘ ↓` (Xcode), `F4` (Visual Studio), `⌘ ↓` (Visual Studio (macOS)), `F4` (ReSharper), `⌘ ↓` (ReSharper (macOS)), `F4` (QtCreator), `F4` (QtCreator (macOS)), `F4` (NetBeans), `F12` (Eclipse), `F3` (Eclipse (macOS))  | Open the code containing the problem in the editor. |
| Show error details |  | Open error details in a separate dialog. |

Project Errors:

This tab shows all issues in the project, including configuration and build errors.

## Toolbar

| Item | Tooltip and shortcut | Description |
| --- | --- | --- |
|  ![View Options](https://resources.jetbrains.com/help/img/idea/2026.2/app-client.expui.general.inspections.inspectionsEye.svg)  |  View Options  |  Filter out code issues by their severity and configure their sorting.  When no grouping or sorting options are selected, the issues are listed in the order they appear in the file.   |
|  ![the Show Quick Fixes button](https://resources.jetbrains.com/help/img/idea/2026.2/app.expui.codeInsight.intentionBulb.png)  |  Show Quick-Fixes `Alt+Enter` (Windows), `⌥ ⏎` (macOS), `⌥ ⏎` (IntelliJ IDEA Classic (macOS)), `⌥ ⏎` (macOS System Shortcuts), `Alt+Enter` (XWin), `Alt+Enter` (GNOME), `Alt+Enter` (KDE), `Alt+Enter` (Emacs), `Alt+Enter` (Sublime Text), `⌥ ⏎` (Sublime Text (macOS)), `⌥ ⏎` (Xcode), `Alt+Enter` (Visual Studio), `⌥ ⏎` (Visual Studio (macOS)), `Alt+Enter` (ReSharper), `⌥ ⏎` (ReSharper (macOS)), `Alt+Enter` (QtCreator), `⌥ ⏎` (QtCreator (macOS)), `Alt+Enter` (NetBeans), `Ctrl+1` (Eclipse), `⌘ 1` (Eclipse (macOS))  |  Show quick-fixes available for the selected problem.   |
|  ![the Open Editor Preview button](https://resources.jetbrains.com/help/img/idea/2026.2/app-client.expui.general.previewVertically.svg)  |  Open Editor Preview  |  Open the preview pane  to view the selected issue in its source context right in the Problems window. Note that this preview is a normal editor where you can change the code and apply available [quick-fixes](null).   |
| ![Expand All](https://resources.jetbrains.com/help/img/idea/2026.2/app-client.expui.general.expandAll.svg) | Expand All  | Expand all nodes. |
| ![Collapse All](https://resources.jetbrains.com/help/img/idea/2026.2/app-client.expui.general.collapseAll.svg) | Collapse All  | Collapse all nodes. |

## Context menu options

| Item | Shortcut | Description |
| --- | --- | --- |
|  Copy Problem Description  |  `Ctrl+C` (Windows), `⌘ C` (macOS), `⌘ C` (IntelliJ IDEA Classic (macOS)), `⌘ C` (macOS System Shortcuts), `Ctrl+C` (XWin), `Ctrl+C` (GNOME), `Ctrl+C` (KDE), `Ctrl+Insert` (Emacs), `Ctrl+C` (Sublime Text), `⌘ C` (Sublime Text (macOS)), `⌘ C` (Xcode), `Ctrl+C` (Visual Studio), `⌘ C` (Visual Studio (macOS)), `Ctrl+C` (ReSharper), `⌘ C` (ReSharper (macOS)), `Ctrl+C` (QtCreator), `⌘ C` (QtCreator (macOS)), `Ctrl+C` (NetBeans), `Ctrl+C` (Eclipse), `⌘ C` (Eclipse (macOS))  | Copy the problem description to the clipboard. |
|  Jump to Source  |  `F4` (Windows), `⌘ ↓` (macOS), `F4` (IntelliJ IDEA Classic (macOS)), `F4` (macOS System Shortcuts), `F4` (XWin), `F4` (GNOME), `F4` (KDE), `F4` (Emacs), `F4` (Sublime Text), `F4` (Sublime Text (macOS)), `⌘ ↓` (Xcode), `F4` (Visual Studio), `⌘ ↓` (Visual Studio (macOS)), `F4` (ReSharper), `⌘ ↓` (ReSharper (macOS)), `F4` (QtCreator), `F4` (QtCreator (macOS)), `F4` (NetBeans), `F12` (Eclipse), `F3` (Eclipse (macOS))  | Open the code containing the problem in the editor. |
| Show error details |  | Open error details in a separate dialog. |

Inspection Results:

This tab appears when you [run code inspections manually](running-inspections.html#run-inspections-manually) and shows the analysis results.

## Toolbar

| Item | Shortcut | Description |
| --- | --- | --- |
| ![Rerun Inspection](https://resources.jetbrains.com/help/img/idea/2026.2/app-client.expui.general.refresh.svg)  | `Ctrl+F5` (Windows), `⌘ R` (macOS), `⌃ F5` (IntelliJ IDEA Classic (macOS)), `⌘ R` (macOS System Shortcuts), `Ctrl+F5` (XWin), `Ctrl+F5` (GNOME), `Ctrl+5` (KDE), `Ctrl+F5` (Emacs), `Ctrl+F5` (Sublime Text), `⌘ R` (Sublime Text (macOS)), `⌘ R` (Xcode), `Ctrl+Alt+R` (Visual Studio), `⌘ ⌥ R` (Visual Studio (macOS)), `Ctrl+F5` (ReSharper), `Ctrl+F5` (ReSharper (macOS)), `Ctrl+F5` (QtCreator), `Ctrl+F5` (QtCreator (macOS)), `Ctrl+F5` (NetBeans), `Ctrl+F5` (Eclipse), `Ctrl+F5` (Eclipse (macOS)) | Run the inspection and show the results on the same tab. |
| ![Previous Problem](https://resources.jetbrains.com/help/img/idea/2026.2/app-client.expui.general.up.svg) | `Ctrl+Alt+Up` (Windows), `⌘ ⌥ ↑` (macOS), `⌘ ⌥ ↑` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ ↑` (macOS System Shortcuts), `Ctrl+Alt+Up` (XWin), `Alt+Shift+Up` (GNOME), `Ctrl+Alt+Up` (KDE), `Ctrl+Alt+Up` (Emacs), `Ctrl+Alt+Up` (Sublime Text), `Ctrl+Alt+Up` (Sublime Text (macOS)), `⌃ ↑` (Xcode), `Ctrl+Alt+Up` (Visual Studio), `⌘ ⌥ ↑` (Visual Studio (macOS)), `Ctrl+Alt+Up` (ReSharper), `⌘ ⌥ ↑` (ReSharper (macOS)), `Ctrl+Alt+Up` (QtCreator), `⌘ ⌥ ↑` (QtCreator (macOS)), `Ctrl+Alt+Up` (NetBeans), `Ctrl+Alt+Up` (Eclipse), `Ctrl+Alt+Up` (Eclipse (macOS)) | Navigate to the previous problem. |
| ![Next Problem](https://resources.jetbrains.com/help/img/idea/2026.2/app-client.expui.general.down.svg) | `Ctrl+Alt+Down` (Windows), `⌘ ⌥ ↓` (macOS), `⌘ ⌥ ↓` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ ↓` (macOS System Shortcuts), `Ctrl+Alt+Down` (XWin), `Alt+Shift+Down` (GNOME), `Ctrl+Alt+Down` (KDE), `Ctrl+Alt+Down` (Emacs), `Ctrl+Alt+Down` (Sublime Text), `Ctrl+Alt+Down` (Sublime Text (macOS)), `⌃ ↓` (Xcode), `Ctrl+Alt+Down` (Visual Studio), `⌘ ⌥ ↓` (Visual Studio (macOS)), `Ctrl+Alt+Down` (ReSharper), `⌘ ⌥ ↓` (ReSharper (macOS)), `Ctrl+Alt+Down` (QtCreator), `Ctrl+Alt+Down` (QtCreator (macOS)), `Ctrl+Alt+Down` (NetBeans), `Ctrl+Alt+Down` (Eclipse), `Ctrl+Alt+Down` (Eclipse (macOS)) | Navigate to the next problem. |
| ![Apply a quickfix](https://resources.jetbrains.com/help/img/idea/2026.2/app.expui.codeInsight.intentionBulb.png) | `Alt+Enter` (Windows), `⌥ ⏎` (macOS), `⌥ ⏎` (IntelliJ IDEA Classic (macOS)), `⌥ ⏎` (macOS System Shortcuts), `Alt+Enter` (XWin), `Alt+Enter` (GNOME), `Alt+Enter` (KDE), `Alt+Enter` (Emacs), `Alt+Enter` (Sublime Text), `⌥ ⏎` (Sublime Text (macOS)), `⌥ ⏎` (Xcode), `Alt+Enter` (Visual Studio), `⌥ ⏎` (Visual Studio (macOS)), `Alt+Enter` (ReSharper), `⌥ ⏎` (ReSharper (macOS)), `Alt+Enter` (QtCreator), `⌥ ⏎` (QtCreator (macOS)), `Alt+Enter` (NetBeans), `Ctrl+1` (Eclipse), `⌘ 1` (Eclipse (macOS)) | [Resolve the problem](resolving-problems.html) for the selected inspection item by choosing one of the available quick fixes from the list. |
|  ![the Settings button](https://resources.jetbrains.com/help/img/idea/2026.2/app.expui.general.settings.svg)  |  |   Change the settings for the selected inspection or  group of inspections in the [Errors](inspections-settings.html) dialog.    |
|  ![View options](https://resources.jetbrains.com/help/img/idea/2026.2/app-client.expui.general.inspections.inspectionsEye.svg)  |  |    Group or filter found problems according to the selected option:       * Directory: group detected problems by directory.    * Severity: group detected problems by the error and warning severity. Otherwise, group the problems by inspection.    * Filter resolved items: hide resolved problems.    |
|  ![Expand All](https://resources.jetbrains.com/help/img/idea/2026.2/app.expui.general.expandAll.svg)  | `Ctrl+NumPad +` (Windows), `⌘ NumPad +` (macOS), `⌘ NumPad +` (IntelliJ IDEA Classic (macOS)), `⌘ NumPad +` (macOS System Shortcuts), `Ctrl+NumPad +` (XWin), `Ctrl+NumPad +` (GNOME), `Ctrl+NumPad +` (KDE), `Ctrl+NumPad +` (Emacs), `Ctrl+NumPad +` (Sublime Text), `⌘ NumPad +` (Sublime Text (macOS)), `⌘ NumPad +` (Xcode), `Ctrl+NumPad +` (Visual Studio), `⌘ NumPad +` (Visual Studio (macOS)), `Ctrl+NumPad +` (ReSharper), `⌘ NumPad +` (ReSharper (macOS)), `Ctrl+NumPad +` (QtCreator), `Ctrl+NumPad +` (QtCreator (macOS)), `Ctrl+NumPad +` (NetBeans), `Ctrl+Shift+NumPad *` (Eclipse), `⌘ ⇧ NumPad *` (Eclipse (macOS)) | Expand all nodes. |
| ![Collapse All](https://resources.jetbrains.com/help/img/idea/2026.2/app.expui.general.collapseAll.svg)  | `Ctrl+NumPad -` (Windows), `⌘ NumPad -` (macOS), `⌘ NumPad -` (IntelliJ IDEA Classic (macOS)), `⌘ NumPad -` (macOS System Shortcuts), `Ctrl+NumPad -` (XWin), `Ctrl+NumPad -` (GNOME), `Ctrl+NumPad -` (KDE), `Ctrl+NumPad -` (Emacs), `Ctrl+NumPad -` (Sublime Text), `⌘ NumPad -` (Sublime Text (macOS)), `⌘ NumPad -` (Xcode), `Ctrl+NumPad -` (Visual Studio), `⌘ NumPad -` (Visual Studio (macOS)), `Ctrl+NumPad -` (ReSharper), `⌘ NumPad -` (ReSharper (macOS)), `Ctrl+NumPad -` (QtCreator), `Ctrl+NumPad -` (QtCreator (macOS)), `Ctrl+NumPad -` (NetBeans), `Ctrl+Shift+NumPad /` (Eclipse), `⌘ ⇧ NumPad /` (Eclipse (macOS)) | Collapse all nodes. |
| ![Export](https://resources.jetbrains.com/help/img/idea/2026.2/app-client.expui.general.export.svg) |  | [Export the inspection results                             into XML  or HTML format](exporting-inspection-results.html).  |

## Context menu options

| Item | Shortcut | Description |
| --- | --- | --- |
| Jump to Source |  `F4` (Windows), `⌘ ↓` (macOS), `F4` (IntelliJ IDEA Classic (macOS)), `F4` (macOS System Shortcuts), `F4` (XWin), `F4` (GNOME), `F4` (KDE), `F4` (Emacs), `F4` (Sublime Text), `F4` (Sublime Text (macOS)), `⌘ ↓` (Xcode), `F4` (Visual Studio), `⌘ ↓` (Visual Studio (macOS)), `F4` (ReSharper), `⌘ ↓` (ReSharper (macOS)), `F4` (QtCreator), `F4` (QtCreator (macOS)), `F4` (NetBeans), `F12` (Eclipse), `F3` (Eclipse (macOS))  | Open the file that contains the selected problem in the editor and place the caret at the beginning of the corresponding code fragment.  |
| Exclude |  `Delete` (Windows), `⌦` (macOS), `⌦` (IntelliJ IDEA Classic (macOS)), `⌦` (macOS System Shortcuts), `Delete` (XWin), `Delete` (GNOME), `Delete` (KDE), `Delete` (Emacs), `Delete` (Sublime Text), `⌦` (Sublime Text (macOS)), `⌫` (Xcode), `Delete` (Visual Studio), `⌦` (Visual Studio (macOS)), `Delete` (ReSharper), `⌦` (ReSharper (macOS)), `Delete` (QtCreator), `⌦` (QtCreator (macOS)), `Delete` (NetBeans), `Delete` (Eclipse), `⌦` (Eclipse (macOS))  | Exclude the selected items from further examination. Excluded nodes are shown strikethrough. If the filter toggle ![](https://resources.jetbrains.com/help/img/idea/2026.2/app.expui.general.filter.svg) is on, the excluded nodes are hidden. |
| Include | `Insert` (Windows), `⇧ ⌫` (macOS), `Insert` (IntelliJ IDEA Classic (macOS)), `⇧ ⌫` (macOS System Shortcuts), `Insert` (XWin), `Insert` (GNOME), `Insert` (KDE), `Insert` (Emacs), `Insert` (Sublime Text), `⇧ ⌫` (Sublime Text (macOS)), `⇧ ⌫` (Xcode), `Insert` (Visual Studio), `⇧ ⌫` (Visual Studio (macOS)), `Insert` (ReSharper), `⇧ ⌫` (ReSharper (macOS)), `Insert` (QtCreator), `⇧ ⌫` (QtCreator (macOS)), `Insert` (NetBeans), `Insert` (Eclipse), `⇧ ⌫` (Eclipse (macOS)) | Include previously excluded items in the list of results. All nested elements are included too. |
|  ![](https://resources.jetbrains.com/help/img/idea/2026.2/app.expui.codeInsight.intentionBulb.png) ![](https://resources.jetbrains.com/help/img/idea/2026.2/app.actions.quickfixBulb.png)  | `Alt+Enter` (Windows), `⌥ ⏎` (macOS), `⌥ ⏎` (IntelliJ IDEA Classic (macOS)), `⌥ ⏎` (macOS System Shortcuts), `Alt+Enter` (XWin), `Alt+Enter` (GNOME), `Alt+Enter` (KDE), `Alt+Enter` (Emacs), `Alt+Enter` (Sublime Text), `⌥ ⏎` (Sublime Text (macOS)), `⌥ ⏎` (Xcode), `Alt+Enter` (Visual Studio), `⌥ ⏎` (Visual Studio (macOS)), `Alt+Enter` (ReSharper), `⌥ ⏎` (ReSharper (macOS)), `Alt+Enter` (QtCreator), `⌥ ⏎` (QtCreator (macOS)), `Alt+Enter` (NetBeans), `Ctrl+1` (Eclipse), `⌘ 1` (Eclipse (macOS)) | Select one of the suggested solutions. |
| Suppress problem  |  | Suppress the inspection for   the selected problem or the selected class. |
| Edit Settings |  |   Change the settings for the selected inspection or  group of inspections in the [Errors](inspections-settings.html) dialog.    |
| Disable inspection |  |  Disable alerts for the selected inspection in the active tab of results. If the filter toggle ![](https://resources.jetbrains.com/help/img/idea/2026.2/app.expui.general.filter.svg) is on, the nodes for [disabled inspections](disabling-and-enabling-inspections.html) are hidden.                            |
| Run inspection on |  |  Rerun the selected inspection and display the results on a new tab. |

## Inspection report

The inspection report is shown in the right pane of the results tab when an inspection node is selected in the left pane. The report may include the following:

* Problem resolution: A button for each of the available solutions. Clicking a button invokes the corresponding fix. If no buttons are present, you have to fix the problem yourself.

* Suppress: Click this button to reveal the list of inspection suppress options.

* Problem synopsis: A brief description of the problem.

* Disable inspection: Disable alerts for the selected inspection in the active tab of results. If the filter toggle ![](https://resources.jetbrains.com/help/img/idea/2026.2/app.expui.general.filter.svg) is on, the nodes for [disabled inspections](disabling-and-enabling-inspections.html) are hidden.

* Run inspection on: Rerun the selected inspection and display the results on a new tab.

## See also

### Reference

[Settings | Inspections](inspections-settings.html)

### Inspections

[Static code analysis](code-inspection.html) [Run inspections](running-inspections.html)  [Fix problems](resolving-problems.html)

### External Links

[JetBrains CLion Blog](https://blog.jetbrains.com/clion/)

