Combinable elements
Detects elements that can be combined.
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
WrsCombinableElementsInspection- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Such elements as <var>
, <title>
, <web-file-name>
, <show-structure>
, <help-id>
, <card-summary>
, <link-summary>
, and <web-summary>
are generally one per topic or chapter. If you define them multiple times with overlapping scopes, they can usually be combined for clarity.
For example:
<title instance="foo">Custom title</title>
<title instance="bar">Custom title</title>
Can be combined as:
<title instance="foo,bar">Custom title</title>
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Writerside, 2024.04.241.15989.11 |
Last modified: 27 August 2024