|
3 | 3 | This file contains TeamCity auto-generated download links that are updated on a weekly basis.
|
4 | 4 | These are pre-alpha builds that are built directly from `master` branch after the initial acceptance.
|
5 | 5 |
|
| 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 | + |
6 | 39 | ### v0.252.17811
|
7 | 40 | - :test_tube: **Kotlin for VS Code Extension**
|
8 | 41 | 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
|
48 | 81 |
|
49 | 82 | - **Kotlin Language Server (Standalone ZIP)**
|
50 | 83 | 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