mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
(cherry picked from commit 632b39b26d0e7858568f175ae4902297efb2d418) IJ-CR-150752 GitOrigin-RevId: b79421b251d0b26a6b1a0cdf519c9e3358af2a8d
14 lines
607 B
HTML
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>
|