We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb8028 commit 49d1ea9Copy full SHA for 49d1ea9
src/main/resources/META-INF/plugin.xml
@@ -13,6 +13,14 @@
13
Java Inner Builder
14
</vendor>
15
16
+ <!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
17
+ Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
18
+ Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
19
+ <description><![CDATA[
20
+ An opinionated Java inner builder generator
21
+ ]]></description>
22
+
23
24
<!-- Product and plugin compatibility requirements.
25
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
26
<depends>com.intellij.modules.platform</depends>
0 commit comments