Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel3


One the server side xtext is used to provide a language server. On the client side the Theia framework is used to communicate with it. This guide is for KIELER developers who want to build functinality in form of language server extensions for KEITH and frontend developers for KEITH that want to know how to communicate with the LS.

Starting the Language Server (LS)

...

This start class should somehow distinguish between connecting via socket and connecting via stdin/out.

Language Registration

Language that are registered here are always xtext languages

Bindings


Starting and connecting

...