Skip to content

Commit 1705c3e

Browse files
authored
IntelliJ IDEA Community support (#2067)
This is to mention our support for the Community edition of JetBrains IntelliJ IDEA since our current [plugin](https://plugins.jetbrains.com/plugin/25209-sap-cds-language-support/edit) version 2.0.0.
1 parent bd9248b commit 1705c3e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

java/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ CAP Java projects can be edited best in a Java IDE. Leaving CDS support aside yo
193193

194194
* [SAP Business Application Studio](/tools/cds-editors#bas) is a cloud-based IDE with minimal local requirements and footprint. It comes pre packaged with all tools, libraries and extensions that are needed to develop CAP applications.
195195
* [Visual Studio Code](/tools/cds-editors#vscode) is a free and very wide-spread code editor and IDE which can be extended with Java and CDS support. It offers first class CDS language support and solid Java support for many development scenarios.
196-
* [IntelliJ Idea Ultimate](/tools/cds-editors#intellij) is one of the leading Java IDEs with very powerful debugging, refactoring and profiling support. Together with the CDS Plugin it offers the most powerful support for CAP Java application development.
196+
* [IntelliJ IDEA](/tools/cds-editors#intellij) is one of the leading Java IDEs with very powerful debugging, refactoring and profiling support. Together with the CDS Plugin it offers the most powerful support for CAP Java application development.
197197

198198

199199
#### Source Path Configuration and CDS build

tools/cds-editors.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,13 @@ Restart the server when you did changes to your code using the *Debug* views res
116116

117117
## IntelliJ
118118

119-
The [CAP CDS Language Support](https://github.com/cap-js/cds-intellij) plugin for IntelliJ IDEs provides syntax highlighting, code completion, formatting, and more.
120-
It supports commercial IntelliJ IDEs including IntelliJ IDEA Ultimate and WebStorm.
119+
[SAP CDS Language Support](https://plugins.jetbrains.com/plugin/25209-sap-cds-language-support) for IntelliJ provides syntax highlighting, code completion, formatting, navigation, hover documentation, workspace symbol search, and more.
120+
121+
The plugin supports free and commercial IntelliJ IDEs including IntelliJ IDEA Community, IDEA Ultimate and WebStorm.
121122

122123
![Screenshot showing an example of code completion in IntelliJ.](https://raw.githubusercontent.com/cap-js/cds-intellij/9dab0d1984e79b74074a820fe97ee6f9fb53cab7/.assets/code_completion.png){ .ignore-dark style="width:450px"}
123124

124-
See the [detailed feature list](https://github.com/cap-js/cds-intellij/blob/main/FEATURES.md) and the [installation instructions](https://github.com/cap-js/cds-intellij#requirements) for how to get started.
125+
See the [detailed feature list](https://github.com/cap-js/cds-intellij/blob/main/docs/features.md) and the [installation instructions](https://github.com/cap-js/cds-intellij#requirements) for how to get started.
125126

126127
[Report issues and provide feedback](https://github.com/cap-js/cds-intellij/issues).
127128

0 commit comments

Comments
 (0)