An open API service indexing awesome lists of open source software.

https://github.com/kittaakos/eclipse.jdt.ls-gh-715

Customized Java LS with semantic highlighting capabilities
https://github.com/kittaakos/eclipse.jdt.ls-gh-715

Last synced: 3 months ago
JSON representation

Customized Java LS with semantic highlighting capabilities

Awesome Lists containing this project

README

        

# eclipse.jdt.ls-gh-715
Customized Java LS with semantic highlighting capabilities

### Building a new version of the LS from eclipse.jdt.ls:
```
./update.sh \
&& git add . \
&& git commit -s -m "Updated the JDT LS version." \
&& git push
```