Skip to content
Gradle Dependencies Code Completion , Searched by Maven'repo and Google'repo , Mainly for Android developers . Get Up ❗️❗️❗️
Kotlin
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
gradle/wrapper
src/main
README.md
build.gradle
gradlew
gradlew.bat

README.md

中文说明

android-dependencies-completion

This is an Android Studio / IntelliJ IDEA plugin for search and complete dependencies from google() and mavenCentral() in Gradle projects.

This project base on GradleDependenciesHelperPlugin.

Features

  • support google and mavenCentral,include android's jetpack/androidx/support packages.
  • support generating variable and custom variable.
  • dependencies variable offline covert.
  • simple and clear UI.

Installation

Usage

Enabled Code Completion->SmartType Completion and Shortcut Key

Default Shortcut Key

  • macos ^(control) + ⇧(shift) + space
  • windows ctrl + alt + space
  • linux ctrl + shift + space

All the following operations are manual, please note.

Normal Operation

input string in xxx.gradle file

then press Shortcut Key

Generating Variable

  • append '#' to the end of the input string will generate a version variable

  • append '##' to the end of the input string will generate a full variable

then press Shortcut Key

Custom Variable

  • append '#'+custom to the end of the input string will generate a version variable

  • append '##'+custom to the end of the input string will generate a full variable

then press Shortcut Key

Contact Me

You can’t perform that action at this time.