An IntelliJ IDEA plugin for use with gradle consistent versions
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.
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
.
Skip the guessing game get the latest version by typing latest
.
Superfast auto-complete directly from your gradle cache allows for full package auto complete.
versions.props
files now have syntax highlighting. With highlighting rules to clearly mark dependency-upgrader
controls.
Create comments automatically using the your default intellij shortcuts.