Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Releases: Ruin0x11/intellij-lsp-server

v0.3.0

12 May 14:53
Compare
Choose a tag to compare
  • Added support for Goto Type Definition, Goto Implementation
  • Added ability to build and run projects through configs or from code at point (currently only Emacs has client support).
  • Added ability to visit jar:// URLs on the server-side (currently only Emacs has client support).
  • Added configuration option to select the server's port.
  • Fixed bug causing desync if the client had unsaved changes when connecting to the server.
  • Fixed some completions not showing up when editing Kotlin.
  • Fixed bug causing completion to fail due to stale cache.
  • Fixed various other bugs.

v0.2

19 Apr 01:08
Compare
Choose a tag to compare
  • Add more LSP commands.
  • Add preliminary Kotlin support.
  • Allow opening files contained in source JARs from the LSP client.

v0.1

02 Mar 06:51
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/Ruin0x11/intellij-lsp-server