GitXplorerGitXplorer
o

lapce-java

public
19 stars
3 forks
4 issues

Commits

List of commits on branch master.
Unverified
b85e2ca2ed05c577e1a5dae63f54c0851739c92d

adding Eclipse Maven Fix

ffriedelschoen committed 2 years ago
Unverified
11b85fbe0341b31949e73949ef24115ce3426ce6

chore: bump version

ooknozor committed 2 years ago
Unverified
ef45b0302f386480ad4497f64d5823615fc9376b

feat: add plugin icon and publish to lapce plugin repository

ooknozor committed 2 years ago
Unverified
8254d9ab3154364c39cf015cdd4603eb202aa3fa

docs: add readme

ooknozor committed 2 years ago
Unverified
2a7953147a7755f1e85204acb8989a91d1ab7247

feat: add lombok params

ooknozor committed 2 years ago
Unverified
5a44c1447fea01e04620243e3047df84ee2e878b

feat: jdtls download

ooknozor committed 2 years ago

README

The README file for this repository.

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.