From 2e48678c6b6ae33afd2da7c2e5d94e0eb577b3e2 Mon Sep 17 00:00:00 2001
From: Chris Simon
Date: Sun, 10 Mar 2024 08:21:33 +1100
Subject: [PATCH] Fix plugin description
---
src/intellij/contextive/src/main/resources/META-INF/plugin.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/intellij/contextive/src/main/resources/META-INF/plugin.xml b/src/intellij/contextive/src/main/resources/META-INF/plugin.xml
index 8a796a38..b629b900 100644
--- a/src/intellij/contextive/src/main/resources/META-INF/plugin.xml
+++ b/src/intellij/contextive/src/main/resources/META-INF/plugin.xml
@@ -14,7 +14,7 @@
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of tag.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
Contextive is a Visual Studio Code extension to assist developers in environments with a complex domain or project specific language, where words have a special meaning in the context of the project.
+ Contextive is an IntelliJ Platform plugin to assist developers in environments with a complex domain or project specific language, where words have a special meaning in the context of the project.
It should help new team members get up to speed more quickly in understanding domain-specific terms. By storing the term definitions in your repository, and surfacing the definitions as you work on the code, it encourages the use of the domain-specific terms in your code, and regularly updating the definitions as the team's understanding evolves.