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
- Host: GitHub
- URL: https://github.com/kittaakos/eclipse.jdt.ls-gh-28
- Owner: kittaakos
- License: epl-2.0
- Created: 2018-10-09T15:29:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T10:24:27.000Z (over 6 years ago)
- Last Synced: 2024-12-04T11:41:09.610Z (7 months ago)
- Language: Shell
- Size: 146 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```