Language Servers for Eclipse
May 26, 2017 ยท View on GitHub
Concept
This repository will be used to collect and expose LSP4E language server integrations. Update site contains integrations with all necessary dependencies.
Repository produces also fully usable product based only on pure Eclipse platform and all LSP4E integrations.
Installation
Update site: https://dl.bintray.com/mniewrzal/language-servers-for-eclipse/snapshot/
Products: https://dl.bintray.com/mniewrzal/language-servers-for-eclipse/products/
The update site and product is automatically updated by the Travis CI build on every new commit to the master branch.
Integrations
- https://github.com/eclipse/eclipse.jdt.ls
- https://github.com/felixfbecker/php-language-server
- https://github.com/palantir/python-language-server
- https://github.com/OmniSharp/omnisharp-node-client
- VSCode language servers: HTML, CSS, JSON
Additional Requirements
- HTML, CSS, JS, JSON -
nodeneeds to be available in yourPATH - PHP -
phpneeds to be available in yourPATH - Python - clone python-language-server and follow installation details
- C# - follow instructions