Files
openide/plugins/devkit/devkit-core/resources/inspectionDescriptions/PostfixTemplateDescriptionNotFound.html
Yann Cébron 10605ab9ed [devkit] PostfixTemplateDescriptionNotFound: improve description
(cherry picked from commit 632b39b26d0e7858568f175ae4902297efb2d418)

IJ-CR-150752

GitOrigin-RevId: b79421b251d0b26a6b1a0cdf519c9e3358af2a8d
2024-12-05 18:00:53 +00:00

14 lines
607 B
HTML

<html>
<body>
Reports postfix templates missing an HTML description file, <code>before.template</code> file or <code>after.template</code> file.
These are shown in <a href="settings://reference.settingsdialog.IDE.editor.postfix.templates">Settings | Editor | General | Postfix Completion</a>.
<p>
The <b>Create description file</b> quick-fix creates a template HTML description file.
</p>
<p>
See <a href="https://plugins.jetbrains.com/docs/intellij/postfix-templates.html#postfix-template-description">Postfix Templates</a>
in IntelliJ Platform Plugin SDK docs for more details.
</p>
</body>
</html>