IntelliJ AutoCompletion plugin for maven gradle dependencies
#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
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 )
forked to make it more useful for Android-Studio.
forked from: https://github.com/siosio/GradleDependenciesHelperPlugin
Gradleのdependencies内で、mavenからライブラリ検索して補完出来るプラグイン