Skip to content

akefirad/groom

Repository files navigation

groom

Build Version Downloads codecov

A plugin for better Groovy development experience in IntelliJ IDEA.

Features

  • Folding for lists and maps in Groovy code
  • Folding for (Spock) specification labels (e.g. given, when, then, etc.)
  • Highlighting for (Spock) specification labels
  • Inlay hints for implicit assertions in Spock specifications expectation blocks

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "groom" > Install

  • Using JetBrains Marketplace:

    Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.

    You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.