Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Language Server

Revision as of 08:42, 2 December 2016 by Sven.efftinge.typefox.io (Talk | contribs) (fixed typo)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Eclipse Projects doing work related Language Server.

Eclipse Che

Eclipse Che is a developer workspace server and cloud IDE. It is a next-generation Eclipse IDE. More information...

Eclipse LSP4E

The project includes the necessary code to integrate any language server in the Eclipse IDE, interacting with the language server: it orchestrates the request to the language servers and presents the response in the usual IDE metaphors so users can manipulate them. More information...

Eclipse LSP4J

LSP4J is a Java implementation of VSCode's language server protocol intended to be consumed by tools and language servers implemented in Java. More information...

Eclipse JDT Language Server

The Eclipse JDT Language Server is a Java language specific implementation of the language server protocol. It implements the language server protocol and may implement extensions when it is deemed necessary. More information...

Eclipse Orion

The Orion Project's objective is to create a browser-based open tool integration platform which is entirely focused on developing for the web, in the web. Tools are written in JavaScript and run in the browser. Great care has been taken to provide a web experience for development, rather than to recreate the traditional desktop IDE experience in a browser tab. More information...

Eclipse Xtext

Xtext is a framework for development of programming languages and domain specific languages. It covers all aspects of a complete language infrastructure, from parsers, over linker, compiler or interpreter to fully-blown top-notch Eclipse IDE integration. More information...

Back to the top