Skip to content

Commit

Permalink
Update change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaium committed Dec 19, 2024
1 parent 5f1c3d7 commit b83ec65
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Automatic completion for prop, macro, function, keyword, comment etc.
- Folding
- Structure view
- Format export and import

## Screenshots

Expand All @@ -26,6 +27,8 @@

![import annotation](https://s2.loli.net/2024/12/15/W6fSpoEUZXmguK8.gif)

![formatting export and import](https://s2.loli.net/2024/12/19/45Ja3uSgzhyCjYp.gif)

## Supported IDEs

- Visual Studio Code
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
version=1.2.0
version=1.3.0
2 changes: 1 addition & 1 deletion intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
dependencies {
intellijPlatform {
intellijIdeaCommunity("2024.3")
plugin("com.redhat.devtools.lsp4ij:0.8.1")
plugin("com.redhat.devtools.lsp4ij:0.9.0")
instrumentationTools()
}
}
Expand Down
7 changes: 7 additions & 0 deletions intellij/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
</description>
<change-notes>
<![CDATA[<h1>Change notes</h1>
<p><b>1.3.0</b></p>
<ul>
<li>Support 'textDocument/formatting' for export and import</li>
<li>Better 'textDocument/semanticTokens/full' based on AST</li>
<li>Not completion in the comment or parameter</li>
<li>Support original entity package</li>
</ul>
<p><b>1.2.0</b></p>
<ul><li>Support 'export' and 'import' completion</li></ul>
<p><b>1.1.0</b></p>
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Jimmer DTO LSP",
"publisher": "enaium",
"author": "Enaium",
"version": "1.2.0",
"version": "1.3.0",
"description": "A language server for Jimmer DTO",
"icon": "icons/logo.png",
"main": "out/extensions",
Expand Down

0 comments on commit b83ec65

Please sign in to comment.