Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gradle/declarative-lsp

The Language Server implementation supporting Declarative Gradle
https://github.com/gradle/declarative-lsp

Last synced: about 1 month ago
JSON representation

The Language Server implementation supporting Declarative Gradle

Awesome Lists containing this project

README

        

# Declarative Gradle - Language Server

This project implements an [LSP](https://microsoft.github.io/language-server-protocol/) server for [Declarative Gradle](https://declarative.gradle.org/).

## How to use?

The LSP project can be built and packaged by simply running `./gradlew shadowJar`.

The runnable JAR can then be found at [./lsp/build/libs/lsp-all.jar](./lsp/build/libs/lsp-all.jar).

## Integrations

This server can be used in the integrations below:
- VSCode: https://github.com/gradle/declarative-vscode-extension
- Buildship (Eclipse): https://github.com/hegyibalint/buildship

Please refer to the respective projects for more information on how to use the LSP server.