oknozor / lapce-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:Rust 84.1%Language:Just 15.9%