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

Language Server Protocol

Christian Dietrich edited this page Aug 24, 2020 · 6 revisions

Since 2.11 Xtext supports the Language Server Protocol. The actual implementation is based on the lsp4j 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