Skip to content

Commit 436f8e9

Browse files
committed
chore(idea): add plugin description and proper icons
Signed-off-by: Dario Valdespino <dvaldespino00@gmail.com>
1 parent 56e9a99 commit 436f8e9

File tree

4 files changed

+86
-56
lines changed

4 files changed

+86
-56
lines changed

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,17 @@
1717
<vendor url="https://elide.dev">Elide Technologies Inc.</vendor>
1818

1919
<description><![CDATA[
20-
Elide build system support for Intellij IDEA.<br>
21-
]]></description>
20+
<a href=https://github.com/elide-dev/elide>Elide</a> is a fast batteries-included runtime, with support for
21+
Kotlin, JavaScript, TypeScript, and Python. This plugin adds support for the following features:
22+
<ul>
23+
<li>Import Elide projects in the IDE (currently only for Kotlin/JVM)</li>
24+
<li>Install dependencies on project sync, with support for sources and documentation</li>
25+
<li>Run configurations for entry points declared in the Elide project manifest</li>
26+
<li>Run main entry points from the gutter in JVM projects</li>
27+
<li>Run common Elide tasks from the IDE (`build`, `install`, `run`)</li>
28+
<li>Use a custom Elide distribution for running tasks</li>
29+
</ul>
30+
]]></description>
2231

2332
<depends>com.intellij.modules.platform</depends>
2433
<depends>com.intellij.modules.externalSystem</depends>
Lines changed: 37 additions & 48 deletions
Loading
Lines changed: 24 additions & 0 deletions
Loading

packages/plugin-idea/src/main/resources/icons/elide.svg

Lines changed: 14 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)