PhpStorm 2020.3 Help

Code Inspections in RELAX NG

This topic lists all PhpStorm code inspections available in RELAX NG.

You can toggle specific inspections or change their severity level on the Editor | Inspections page of the Settings/Preferences Ctrl+Alt+S.

InspectionDescriptionDefault Severity
Unresolved references



This inspections checks for any unresolved references to named patterns ("define") in a RELAX-NG file in XML Syntax. For unresolved references, a QuickFix is offered to create a corresponding define-element.

Powered by RELAX-NG Support

Error Error
Unused define



This inspections checks for any unused named patterns ("define") in a RELAX-NG file (XML or Compact Syntax) and highlights them as unused symbols. This is done with respect to includes from other files, i.e. a define is not marked as unused if it is used through an include in another file.

Powered by RELAX-NG Support

Disabled
Last modified: 08 March 2021