Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gradle/declarative-lsp
- Owner: gradle
- License: apache-2.0
- Created: 2024-07-12T15:45:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T10:23:21.000Z (about 2 months ago)
- Last Synced: 2024-09-27T12:40:42.208Z (about 2 months ago)
- Language: Kotlin
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/buildshipPlease refer to the respective projects for more information on how to use the LSP server.