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 eclipse
This generates eclipse projects- Import projects into eclipse
./gradlew build
Compiles, runs tests, checkstyle and findbugs./gradlew test
Runs all unit tests./gradlew publishToMavenLocal
Creates jars in your Maven local repository
./gradlew clean cleanEclipse
Deletes gradle generated files