Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 955 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 955 Bytes

Gradle Maven Dependencies AutoCompletion Plugin

IntelliJ AutoCompletion plugin for maven gradle dependencies

Installation

#1 Download the plugin from here: https://github.com/ligi/GradleDependenciesHelperPlugin/releases

#2 go to settings->plugins->install from disk and choose the jar you just downloaded

Usage

in your build.gradle type

compile ' and then the key you configured for completion - minimum 5 chars ( might change this to 3 or 4 in the future )

Background

forked to make it more useful for Android-Studio.

forked from: https://github.com/siosio/GradleDependenciesHelperPlugin

orig README

Gradleのdependencies内で、mavenからライブラリ検索して補完出来るプラグイン