GradleDependenciesHelperPlugin icon indicating copy to clipboard operation
GradleDependenciesHelperPlugin copied to clipboard

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

Results 6 GradleDependenciesHelperPlugin issues
Sort by recently updated
recently updated
newest added

If we write version number on top of the `build.gradle` file and use it on ahead of a standalone string keyword, the plugin doesn't work and doesn't show any suggestion....

enhancement

If we write the dependency line like this: `implementation "com.squareup.retrofit2:retrofit:"` It works. If we write the dependency line like this: `implementation "com.squareup.retrofit2:retrofit:2.4.0"` And put the cursor before `2.4.0`, and push...

bug

Hi,do you have a ideal that support the plugin to search from the jcenter and make it more useful for AndroidStudio?

enhancement

Please add version check and completion in the plug-in section too. Thank you.

Please allow to search in more repos than just http://search.maven.org Thank you.