/xtext-idea

xtext-idea

Primary LanguageJava

IntelliJ IDEA Support For The Xtext Framework and the Xtend Programming Language

NOTE: This project is currently not maintained. If you are interested in supporting it, please get in contact with us on Gitter.

This repository contains all IntelliJ IDEA related code for Xtext, including

  • the general IDEA support for Xtext languages,
  • the Xtext SDK for IDEA itself.
  • the Xtend Programming Language

How To Build

Checkout and run ./gradlew build.

Note: Due to dependencies on certain test projects (see issue #35), the build currently requires to fetch upstream Xtext dependencies from from their respective Maven repositories on the Jenkins server. This behavior can be switched off with -PuseJenkinsSnapshots=false.

Continuos Integration

This project is built by the xtext-idea multi-branch job on Jenkins.