Skip to content

Commit 809cffe

Browse files
qwwdfsadintellij-monorepo-bot
authored andcommitted
[lsp] Release new version
GitOrigin-RevId: c3779ce3ca1ef685c69a439e2c6bb6291530ec22
1 parent eebdf11 commit 809cffe

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

RELEASES.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,39 @@
33
This file contains TeamCity auto-generated download links that are updated on a weekly basis.
44
These are pre-alpha builds that are built directly from `master` branch after the initial acceptance.
55

6+
### v0.253.10311
7+
* :test_tube: **Kotlin for VS Code Extension**
8+
Includes the Kotlin Language Server bundled for use with Visual Studio Code.
9+
[Download](https://download-cdn.jetbrains.com/kotlin-lsp/0.253.10311/kotlin-0.253.10311.vsix)  |  [SHA-256 Checksum](https://download-cdn.jetbrains.com/kotlin-lsp/0.253.10311/kotlin-0.253.10311.vsix.sha256)
10+
11+
* :card_index_dividers: **Kotlin Language Server (Standalone ZIP)**
12+
Standalone version of the Kotlin LSP for editors other than VS Code.
13+
[Download](https://download-cdn.jetbrains.com/kotlin-lsp/0.253.10311/kotlin-0.253.10311.zip)  |  [SHA-256 Checksum](https://download-cdn.jetbrains.com/kotlin-lsp/0.253.10311/kotlin-0.253.10311.zip.sha256)
14+
15+
##### Changelog
16+
17+
#### 🛠 LSP capabilities
18+
* Rename refactoring (`textDocument/rename`)
19+
* Kotlin code formatting (`textDocument/formatting` and `textDocument/rangeFormatting`)
20+
* Auto-applied on quickfixes, configurable via LSP protocol, IntelliJ implementation
21+
* Navigation to libraries/JDK sources (`textDocument/definition`)
22+
* Documentation on hover (`textDocument/hover`)
23+
* Signature help (`textDocument/signatureHelp`)
24+
* Faster highlighting on large files (`textDocument/semanticTokens/range`)
25+
26+
#### ✨ UX improvements
27+
* Native support of external file system changes (i.e. `git pull`)
28+
* Multiple caching layers with on-disk persistence are added
29+
* Should drastically reduce memory pressure on large projects
30+
* Full-blown code completion from IntelliJ IDEA
31+
* More fine-tuned inspections and diagnostics set enabled by default
32+
* Proper termination sequence of LSP process when the corresponding extension is closed
33+
34+
#### Other
35+
* 🐛 Fixed some bugs here and there, introduced new ones
36+
* 🧩 VSC extension bundling
37+
* 🪟 Wrestled with `\` on Windows on multiple occasions. All on-disk persistence is hopefully platform-independent for now
38+
639
### v0.252.17811
740
- :test_tube: **Kotlin for VS Code Extension**
841
Includes the Kotlin Language Server bundled for use with Visual Studio Code.
@@ -48,4 +81,4 @@ These are pre-alpha builds that are built directly from `master` branch after th
4881

4982
- **Kotlin Language Server (Standalone ZIP)**
5083
Standalone version of the Kotlin LSP for editors other than VS Code.
51-
[Download](https://download-cdn.jetbrains.com/kotlin-lsp/0.252.14887/kotlin-0.252.14887.zip)  |  [SHA-256 Checksum](https://download-cdn.jetbrains.com/kotlin-lsp/0.252.14887/kotlin-0.252.14887.zip.sha256)
84+
[Download](https://download-cdn.jetbrains.com/kotlin-lsp/0.252.14887/kotlin-0.252.14887.zip)  |  [SHA-256 Checksum](https://download-cdn.jetbrains.com/kotlin-lsp/0.252.14887/kotlin-0.252.14887.zip.sha256)

0 commit comments

Comments
 (0)