Groovy Language Server

Tips and information on how to install and use language servers with the editor.
Post Reply
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Groovy Language Server

Post by Rickard Johansson »

Groovy Language Server

Download from: https://github.com/GroovyLanguageServer ... age-server

Unpack the folder and browse to it using the command prompt.

Build
>gradlew build

Now you can add the server to a project.

Add the server in project/sites settings

Server name
Groovy language server

Command
java

Initial folder
...\groovy-language-server-master\build\libs

Command line arguments
-jar groovy-language-server-master-all.jar

File extension and language id
.groovy=groovy
.gvy=groovy
.gy=groovy
.gsh=groovy|

Communication channel
* Command line (stdio)

Source folders
<Path to your go project files>

Initialize options
{}
Post Reply