Skip to main content
Back to Extensions Directory
coc.nvim fallback icon

coc-groovy

Dan Hansen

Groovy langauage extension for coc.nvim

Installation CommandVim prompt
:CocInstall coc-groovy
GitHub owner
Dan Hansen
Version
v1.5.0
npm package
coc-groovy
Requirements
coc >=0.0.79
License
EPL-2.0
Repository
GitHub
npm latest published 2025-07-02Registry checked 2026-08-23Node >=18.20.0Registry summary

Published Package Summary

coc-groovy

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

Features

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

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
    
  3. This extension is activated when you first open a Groovy file.

Dependencies

Maven Projects

Maven project support requires having the Maven Wrapper installed in your project or having Maven installed on your environment path.

License

EPL 2.0, See LICENSE for more information.

Read the complete README
  • Groovy langauage extension for coc.nvim
Activation Events
  • onLanguage:groovy
  • workspaceContains:pom.xml
  • workspaceContains:build.gradle
Developer Resources

Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.

Open Developer Guide

Version History

This published npm package does not include a history.md or changelog.md file. Browse its npm versions or repository releases for available release information.