palantir / language-servers

[Deprecated and No longer supported] A collection of implementations for the Microsoft Language Server Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

language-servers

CircleCI Download

A collection of implementations for the Microsoft Language Server Protocol

Included projects

groovy-language-server

A groovy implementation of the protocol. Uses the Java API definition in typefox/ls-api

language-server-commons

A framework that makes writing additional light-weight language-servers easier.

Dev Setup

Getting started

  • git clone <repo link>
  • cd language-servers
  • ./gradlew eclipse This generates eclipse projects
  • Import projects into eclipse

Building and Testing

  • ./gradlew build Compiles, runs tests, checkstyle and findbugs
  • ./gradlew test Runs all unit tests
  • ./gradlew publishToMavenLocal Creates jars in your Maven local repository

Debug

  • ./gradlew clean cleanEclipse Deletes gradle generated files

About

[Deprecated and No longer supported] A collection of implementations for the Microsoft Language Server Protocol

License:Apache License 2.0


Languages

Language:Java 99.8%Language:Shell 0.2%