# groovy-language-server **Repository Path**: chitti/groovy-language-server ## Basic Information - **Project Name**: groovy-language-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-08-11 - **Last Updated**: 2025-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Groovy Language Server A [language server](https://microsoft.github.io/language-server-protocol/) for [Groovy](http://groovy-lang.org/). The following language server protocol requests are currently supported: - completion - definition - documentSymbol - hover - references - rename - signatureHelp - symbol - typeDefinition ## Build To build from the command line, run the following command: ```sh ./gradlew build ``` This will create _build/libs/groovy-language-server-all.jar_. ## Run To run the language server, use the following command: ```sh java -jar groovy-language-server-all.jar ``` Language server protocol messages are passed using standard I/O.