A collection of implementations for the Microsoft Language Server Protocol
A groovy implementation of the protocol. Uses the Java API definition in typefox/ls-api
A framework that makes writing additional light-weight language-servers easier.
git clone <repo link>cd language-servers./gradlew eclipseThis generates eclipse projects- Import projects into eclipse
./gradlew buildCompiles, runs tests, checkstyle and findbugs./gradlew testRuns all unit tests./gradlew publishToMavenLocalCreates jars in your Maven local repository
./gradlew clean cleanEclipseDeletes gradle generated files