Hiten's Blog.

android-dependencies-completion英文简介v0.2

字数统计: 204阅读时长: 1 min
2019/05/29 Share

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

CATALOG
  1. 1. android-dependencies-completion
  2. 2. Features
  3. 3. Installation
  4. 4. Usage
    1. 4.1. Normal Operation
    2. 4.2. Generating Variable
    3. 4.3. Custom Variable
  5. 5. Contact Me