Specify Inspection Scope dialog
Code | Inspect Code
Use this dialog to define the scope for code inspections and the profile against which the code should be inspected.
For more information about inspecting your code, refer to Run inspections manually.
![the Specify Inspection Scope dialog the Specify Inspection Scope dialog](https://resources.jetbrains.com/help/img/idea/2024.3/db_inspection_scope.png)
Item | Description |
---|---|
Whole project | Inspect the whole project. |
File <name> | Inspect the file that is currently selected in the Files tool window or opened in the editor. |
Selected files | Inspect the files that are currently selected in the Files tool window. |
Uncommitted files | This scope is only available for the projects or directories under version control. Inspect only the files that have not been committed to the version control system. |
Custom scope | Inspect a custom scope of files. Select a pre-defined scope from the list, or click |
Inspect injected code | Inspect pieces of code in other languages embedded in your code. |
Inspection profile | Select a profile that you want to use to inspect your code. If the required profile is not in the list, click Configure and create a new profile. |
Thanks for your feedback!