Skip to content

HitenDev/android-dependencies-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

中文说明

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