Skip to content

Releases: fwcd/kotlin-language-server

Version 1.3.9

15 Jan 02:32
8d0fc49
Compare
Choose a tag to compare
- Improve source file exclusion logic

Version 1.3.8

14 Jan 23:48
e5a0fe3
Compare
Choose a tag to compare
- Add optional inlay hints (#498)
- Provide infix function completions (#521)
- Support Gradle 8.5 and Kotlin 1.9.20 (#537)
- Make .kts and .gradle.kts language features opt-in (#536)
Thanks to @ElamC, @themkat, @chenrui333, @calamont, @ks-korovina and @daplf for
your contributions!

Version 1.3.7

04 Oct 21:59
c1d0101
Compare
Choose a tag to compare
- Fix definition lookup for external sources
- Fix binding context query for other definition lookups

Version 1.3.6

03 Oct 16:08
aaf5e88
Compare
Choose a tag to compare
- Update to Gradle 8.3 and Kotlin 1.9.10

Version 1.3.5

11 Sep 19:11
Compare
Choose a tag to compare
- Fix push trigger in Docker CI workflow

Version 1.3.4

11 Sep 19:01
Compare
Choose a tag to compare
- Cache dependencies
- Modernize the Docker image

Version 1.3.3

13 Apr 23:40
Compare
Choose a tag to compare
- Minor bug fixes

Version 1.3.2

13 Apr 23:11
Compare
Choose a tag to compare
- 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

08 Jun 21:44
Compare
Choose a tag to compare
- 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

18 Mar 15:10
Compare
Choose a tag to compare
- Bump to Kotlin 1.6
- Support JDK 17
- Add incremental indexing
- Improve logged Gradle errors