mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 09:39:37 +07:00
(cherry picked from commit 658f2d5609852b00b7e1011c3841c7266c202686) IJ-MR-168659 GitOrigin-RevId: 66806362570ef564b1495ba5a9afcd32a50859fb
26 lines
1.0 KiB
HTML
26 lines
1.0 KiB
HTML
<html>
|
||
<body>
|
||
Write your description here.
|
||
Start the description with a verb in 3rd person singular, like reports, detects, highlights.
|
||
In the first sentence, briefly explain what exactly the inspection helps you detect.
|
||
Make sure the sentence is not very long and complicated.
|
||
<p>
|
||
The first sentence must be in a dedicated paragraph separated from the rest of the text. This will make the description easier to read.
|
||
Make sure the description doesn’t just repeat the inspection title.
|
||
</p>
|
||
<p>
|
||
See https://plugins.jetbrains.com/docs/intellij/inspections.html#descriptions for more information.
|
||
</p>
|
||
<p>
|
||
Embed code snippets:
|
||
</p>
|
||
<pre><code>
|
||
// automatically highlighted according to inspection registration 'language' attribute
|
||
</code></pre>
|
||
<!-- tooltip end -->
|
||
<p>Text after this comment will only be shown in the settings of the inspection.</p>
|
||
|
||
<p>To open related settings directly from the description, add a link with `settings://$` optionally followed by `?$` to pre-select a UI
|
||
element.</p>
|
||
</body>
|
||
</html> |