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
- Host: GitHub
- URL: https://github.com/kittaakos/eclipse.jdt.ls-gh-715
- Owner: kittaakos
- License: epl-2.0
- Created: 2018-08-01T09:28:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T06:21:24.000Z (over 6 years ago)
- Last Synced: 2024-12-04T11:41:10.510Z (7 months ago)
- Language: Shell
- Size: 151 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-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
```