Skip to content

palantir/gradle-consistent-versions-idea-plugin

Repository files navigation

Autorelease

Gradle Consistent Versions Idea Plugin

An IntelliJ IDEA plugin for use with gradle consistent versions

Features:

Automatic --write-locks and Gradle refresh when changes are detected in versions.props

No more worrying about running writeVersionsLock simply save your versions.props file and the plugin will automatically trigger write locks and refresh the project. Writing locks and refreshing happen in the same Gradle invocation, faster than you can manually do it.

Write Versions Lock

Auto-complete for packages and versions in versions.props

First ensure version 2.26.0 or higher of the gradle-consistent-versions plugin is applied in your project, and you will get auto-complete suggestions directly in versions.props.

Remote Suggestions

Skip the guessing game get the latest version by typing latest.

Latest Suggestion

Superfast auto-complete directly from your gradle cache allows for full package auto complete.

Cache Suggestions

Syntax highlighting

versions.props files now have syntax highlighting. With highlighting rules to clearly mark dependency-upgrader controls.

Highlighter

Commenter support

Create comments automatically using the your default intellij shortcuts.

Commenter