lapce-java icon indicating copy to clipboard operation
lapce-java copied to clipboard

Lapce Java

Lapce LSP plugin for java, powered by Eclipse JDT Language Server

Installation

To install from source use the provided just recipes:

Lapce stable plugin:

❯ just install-stable

Lapce debug plugin:

❯ just install-debug

Initializing Projects

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.

Licence

All the code in this repository is released under the Apache License, for more information take a look at the LICENSE file.