Search code examples
eclipse-cheeclipse-orion

How to add support for Domain specific language developed using Xtext in Eclipse Che?


We have our domain specific language developed over Xtext. We want to add this language support on Eclipse Che.

Question 1: What are the possible ways to add ?

I know Eclipse che uses Orion as editor. As per Xtext documentation at http://www.eclipse.org/Xtext/documentation/330_web_support.html, it says XText supports Orion. It means Che can support Xtext without doing anything but che is planning to support XText via Xtext Language Server protocol installed.

Question 2: How this Xtext language server protocol can be used for existing Xtext code?

Question 3: Does Orion also communicate with Xtext via LSP ?

Any help/pointer will be very helpful.


Solution

  • i cannot really answer (1) and (3) but (2)