1.3.0 • Published 11 months ago

coc-groovy v1.3.0

Weekly downloads
18
License
EPL-2.0
Repository
github
Last release
11 months ago

coc-groovy

An extension for coc.nvim to enable Groovy language server support.

Quick Start

  1. Download and install a recent Java Development Kit (latest Java 8 is the minimum requirement).
  2. Install this extension by running this command in Vim:
  :CocInstall coc-groovy
  1. This extension is activated when you first open a Groovy file.

Features

  • Maven and Gradle project support
  • Code Completion
  • Find References
  • Go to Definition
  • Highlights
  • Refactor Rename
  • Signature Hover

Available commands

The following coc.nvim commands are available:

  • groovy.project.config.update : This is available when the editor is focused on a Groovy file. It forces project configuration/classpath updates (eg. dependency changes) according to the project build descriptor.

Supported settings

The following settings are supported:

  • groovy.enable : Enable the coc-groovy extension, default: true
  • groovy.java.home : The absolute path to the JDK 8+ home directory. This is used to launch the Groovy language server. Requires a coc server restart.
  • groovy.ls.vmargs : Extra Java VM arguments used to launch the Groovy language server. Requires a coc server restart.
  • groovy.ls.home : The absolute path to the Groovy language server. This would be used instead of the bundled server when specified.
  • groovy.project.referencedLibraries : Configure additional paths (jar file or directory) for referencing libraries in a Groovy project. Note, Maven and Gradle projects will have their classpath automatically added.
  • groovy.trace.server : Traces the communication between the coc-groovy extension and the Groovy language server.

Setting the JDK

The path to the Java Development Kit is searched in the following order:

  1. The groovy.java.home setting in coc.nvim settings (workspace then user settings).
  2. The JDK_HOME environment variable.
  3. The JAVA_HOME environment variable.
  4. The current system path.

License

EPL 2.0, See LICENSE for more information.

1.3.0

11 months ago

1.2.1

11 months ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

3 years ago

0.2.2

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago