This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
Releases: Ruin0x11/intellij-lsp-server
Releases · Ruin0x11/intellij-lsp-server
v0.3.0
- 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.