summaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-11-23 21:45:16 +0100
committerJon Bratseth <bratseth@gmail.com>2021-11-23 21:45:16 +0100
commit02281d433a565c8bb4ef9a2fae018f65e41c95f0 (patch)
tree0212de39a34c85df9053f20ddbb826563101b904 /integration
parentc99a5a806940e9e24d3e9b67345ba7b435cb4b87 (diff)
Improve description and bump version
Diffstat (limited to 'integration')
-rw-r--r--integration/intellij/build.gradle2
-rw-r--r--integration/intellij/pom.xml2
-rw-r--r--integration/intellij/src/main/resources/META-INF/plugin.xml15
3 files changed, 15 insertions, 4 deletions
diff --git a/integration/intellij/build.gradle b/integration/intellij/build.gradle
index 4801bc810b0..1bad25e051a 100644
--- a/integration/intellij/build.gradle
+++ b/integration/intellij/build.gradle
@@ -36,7 +36,7 @@ compileJava {
}
group 'ai.vespa'
-version '1.0.0' // Also update pom.xml version if this is changed
+version '1.0.1' // Also update pom.xml version if this is changed
sourceCompatibility = 11
diff --git a/integration/intellij/pom.xml b/integration/intellij/pom.xml
index 84a24b788b8..4b9350dcb90 100644
--- a/integration/intellij/pom.xml
+++ b/integration/intellij/pom.xml
@@ -9,7 +9,7 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>vespa-intellij</artifactId> <!-- Not used - plugin is build by gradle -->
- <version>1.0.0</version> <!-- See copy-zip below, which depends on this being the same as the v. in build.gradle -->
+ <version>1.0.1</version> <!-- See copy-zip below, which depends on this being the same as the v. in build.gradle -->
<description>
Maven wrapper for the gradle build of this IntelliJ plugin.
</description>
diff --git a/integration/intellij/src/main/resources/META-INF/plugin.xml b/integration/intellij/src/main/resources/META-INF/plugin.xml
index 49db6c59b3e..673a66f3228 100644
--- a/integration/intellij/src/main/resources/META-INF/plugin.xml
+++ b/integration/intellij/src/main/resources/META-INF/plugin.xml
@@ -11,8 +11,19 @@
<depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
- <description><![CDATA[
- <p>Vespa.ai schema file support</p>
+ <description><![CDATA[ <p>Support for editing Vespa.ai
+ <a href="https://docs.vespa.ai/en/reference/schema-reference.html">schema files</a>.</p>
+ <p>Features:</p>
+ <ul>
+ <li>Syntax highlighting</li>
+ <li>Structure view</li>
+ <li>Find usages</li>
+ <li>Function call hierarchy</li>
+ <li>Go to declaration</li>
+ <li>Go to symbol</li>
+ <li>Refactoring</li>
+ <li>Turn lines into a comment</li>
+ </ul>
]]></description>
<!-- Extension points defined by the plugin -->