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

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

Customized Java LS with type hierarchy capabilities
https://github.com/kittaakos/eclipse.jdt.ls-gh-28

Last synced: 3 months ago
JSON representation

Customized Java LS with type hierarchy capabilities

Awesome Lists containing this project

README

        

# eclipse.jdt.ls-gh-28
Customized Java LS with type hierarchy 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
```