Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 363897b

Browse files
Feature: Improve plugin description in marketplace page (#19)
* feature: add description to plugin.xml - this will be shown in description section in plugin marketplace page Signed-off-by: Matheus Ferreira <matheus.ferreira@zup.com.br> * chore: added html tag Signed-off-by: Matheus Ferreira <matheus.ferreira@zup.com.br> * fix: change 'Stackspots' to 'StackSpots' Signed-off-by: Matheus Ferreira <matheus.ferreira@zup.com.br> Signed-off-by: Matheus Ferreira <matheus.ferreira@zup.com.br>
1 parent b208463 commit 363897b

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,22 @@
2929
<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
3030
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
3131
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
32-
<description><![CDATA[
33-
StackSpot CLI integration with Jetbrains IDEs
34-
]]></description>
32+
<description>
33+
<![CDATA[
34+
<html>
35+
<p>StackSpot's plugin for JetBrains helps you import and use Stacks from your IDE. It allows you to create projects without changing your tool during development. It has an exclusive menu and an easy interface.</p>
36+
37+
<p><b>Features:</b></p>
38+
<p>StackSpot's Extension for IDE gives you a better view of your project's Stacks, Stackfiles, and Plugins. You can also:</p>
39+
<ul>
40+
<li>Import Stacks and apply Plugins without using STK CLI.</li>
41+
<li>Create projects with Stacks.</li>
42+
<li>Apply Plugins to your projects.</li>
43+
<li>Use STK CLI on IntelliJ's terminal.</li>
44+
</ul>
45+
</html>
46+
]]>
47+
</description>
3548

3649
<!-- Product and plugin compatibility requirements.
3750
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->

0 commit comments

Comments
 (0)