|
| 1 | +# android-dependencies-completion |
| 2 | + |
| 3 | +This is an Android Studio / IntelliJ IDEA plugin for search and complete dependencies from google() and mavenCentral() in Gradle projects. |
| 4 | + |
| 5 | +This project base on [GradleDependenciesHelperPlugin](https://github.com/siosio/GradleDependenciesHelperPlugin). |
| 6 | + |
| 7 | +# Features |
| 8 | +- support google and mavenCentral,include android's `jetpack`/`androidx`/`support` packages. |
| 9 | +- support generating variable and custom variable. |
| 10 | +- simple and clear UI. |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +# Installation |
| 16 | +- Plugin website: https://plugins.jetbrains.com/plugin/12479 |
| 17 | + |
| 18 | +- Download file: https://github.com/HitenDev/android-dependencies-completion/releases |
| 19 | + |
| 20 | +# Usage |
| 21 | + |
| 22 | + **Enabled `Code Completion->SmartType Completion` and `Shortcut Key`** |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | +**Default Shortcut Key** |
| 27 | +- macos `^(control) + ⇧(shift) + space` |
| 28 | +- windows `ctrl + alt + space` |
| 29 | +- linux `ctrl + shift + space` |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +*All the following operations are manual, please note.* |
| 36 | + |
| 37 | +## Normal Operation |
| 38 | + |
| 39 | +input string in xxx.gradle file |
| 40 | + |
| 41 | +then press `Shortcut Key` |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | +## Generating Variable |
| 46 | +append `'#'` to the end of the input string |
| 47 | + |
| 48 | +then press `Shortcut Key` |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +## Custom Variable |
| 53 | + |
| 54 | +append `'#'+custom` to the end of the input string |
| 55 | + |
| 56 | +then press `Shortcut Key` |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | +# More |
0 commit comments