Lapce LSP plugin for java, powered by Eclipse JDT Language Server
To install from source use the provided just recipes:
Lapce stable plugin:
❯ just install-stable
Lapce debug plugin:
❯ just install-debug
If you are using Maven for your Java Project, you have to initialize your project for Eclipse JDT using:
❯ mvn eclipse:eclipse
Without initializing your project, Eclipse JDT won't work.
All the code in this repository is released under the Apache License, for more information take a look at the LICENSE file.