theia-ide / theia-xtext

A Theia Application with DSL support through an Xtext Language Server
Apache License 2.0
29 stars 13 forks source link
dsl language-server theia xtext

Theia & Xtext Example

A Theia Application with an Xtext-based Language Server extension.

Development

Open in Gitpod

... or check it out locally:

Build the language server

  cd xtext-dsl-language-server &&
  ./gradlew shadowJar &&
  cd ..

Build and start Theia

   yarn install &&
   cd app &&
   yarn start