Reports issues essential to this file (e.g., syntax errors) in the result of a batch code inspection run.
These kinds of issues are usually always highlighted when you open the file in the editor and can't be configured (unlike inspections).
The options below are controlling the analysis level of this inspection:
- Option "Highlight syntax errors" allows to report parser-related issues.
- Option "Run language annotators" allows to report issues found by annotators configured for this language.
See Custom Language Support: Annotators for details.
- Option "Run language-specific highlight visitors" allows to report issues inherent to this file language (e.g., type mismatches or unreported exceptions etc.).
See Custom Language Support: Highlighting for details.