Releases: fwcd/kotlin-language-server
Releases · fwcd/kotlin-language-server
Version 1.3.2
- Update to Kotlin 1.8.10 and Gradle 8 - Backtick soft keywords in imports (#416, #455) - Improve syntax highlighting w.r.t strings in type annotations (#405) - Add support for variable renaming from declaration sites (#399) - Add support for SAM with receiver annotations (#394) - Implement document highlight (#393) - Add override/implement (#359) Special thanks to @themkat, @RenFraser and all other contributors for the great work!
Version 1.3.1
- Add support for run/debug code lenses - Add definition lookup support for JDT symbols - Add quick fix for implementing abstract functions - Add experimental JDT.LS integration
Version 1.3.0
- Bump to Kotlin 1.6 - Support JDK 17 - Add incremental indexing - Improve logged Gradle errors
Version 1.2.0
- Support for renaming - Improved semantic highlighting for enum members - Improved region code folding
Version 1.1.2
- Support for semantic highlighting - Improved source jar lookup support - Improved Kotlin DSL support
Version 1.1.1
- Exclude too long symbol names from index for now
Version 1.1.0
- Provide ServerInfo via LSP's initialize - Make Gradle class path resolver slightly more robust
Version 1.0.0
- Symbol indexing - Code completion for unimported members - Improved progress bars
Version 0.9.0
- More detailed initialization progress - Improved completion icons
Version 0.8.3
Update version to 0.8.3 - Lazier file tree walking while looking for resolvers