Hover documentation
-
- For more information on CAP, visit CAPire.
- ]]>
+The set of features will grow with future releases of the plugin, according to the development of the JetBrains IntelliJ LSP API.]]>
com.intellij.modules.platformcom.intellij.modules.ultimate
From 2ba1dd383aa43bf7fe81ecddab3c854711fc88d5 Mon Sep 17 00:00:00 2001
From: Tim Schulze-Hartung
Date: Wed, 20 Mar 2024 12:28:59 +0100
Subject: [PATCH 3/5] Include only the latest changes in change-notes
---
src/main/resources/META-INF/plugin.xml | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 713b5d0..0e142be 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -59,16 +59,12 @@ The set of features will grow with future releases of the plugin, according to t
/>
-
-
-
includes @sap/cds-lsp 7.6.1 with:
+ New Features
+
+
include @sap/cds-lsp 7.6.1 with:
fix: elements snippet now works when annotating artifacts in namespaces and/or contexts or if the brace after the elements is still missing
-
-
- ]]>
-
+
+]]>
From 829be3df63a4955153801b336167d07e3d1538e2 Mon Sep 17 00:00:00 2001
From: Tim Schulze-Hartung
Date: Fri, 22 Mar 2024 12:11:44 +0100
Subject: [PATCH 4/5] Simplify pluginIcon by removing 'invisible' paths
---
src/main/resources/META-INF/pluginIcon.svg | 26 ++++++++++++----------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/src/main/resources/META-INF/pluginIcon.svg b/src/main/resources/META-INF/pluginIcon.svg
index dbcc34e..f7062c2 100644
--- a/src/main/resources/META-INF/pluginIcon.svg
+++ b/src/main/resources/META-INF/pluginIcon.svg
@@ -1,15 +1,17 @@
From e7ea5cdd4387a139c2a0736f68a44d778ca5bc41 Mon Sep 17 00:00:00 2001
From: Tim Schulze-Hartung
Date: Fri, 22 Mar 2024 12:12:12 +0100
Subject: [PATCH 5/5] Mention one more feature in description
---
src/main/resources/META-INF/plugin.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 0e142be..310ee59 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -4,7 +4,7 @@
Custom LanguageSAP SECAP CDS Language Support for IntelliJ.
-This plugin provides support for the CDS language in IntelliJ. It enables you to write, edit, and validate CDS files with syntax highlighting, code completion, diagnostics, and more. Supported IDEs include IntelliJ IDEA, WebStorm, and other commercial IntelliJ products.
+This plugin provides support for the CDS language in IntelliJ. It enables you to write, edit, and validate CDS files with syntax highlighting, code completion, formatting, diagnostics, and more. Supported IDEs include IntelliJ IDEA, WebStorm, and other commercial IntelliJ products.