Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Language Server Protocol

Miro Spönemann edited this page Jun 30, 2016 · 6 revisions

Since 2.11 Xtext supports the Language Server Protocol. The actual implementation is based on the ls-api Java binding, see this blog post for more information.

The protocol is supported by the editors listed here.

A language server can host any number of Xtext languages, which will nicely interact with each other. To start a server, see ServerLauncher.

Clone this wiki locally