Skip to content

Commit e21b7ce

Browse files
authored
Create README.md
1 parent cf3e718 commit e21b7ce

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

README.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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+
![](https://user-gold-cdn.xitu.io/2019/5/29/16b0239b1d4b3618?w=730&h=378&f=png&s=96725)
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+
![](https://user-gold-cdn.xitu.io/2019/5/29/16b01bc59c8ffd3d?w=881&h=408&f=png&s=63983)
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+
![](https://user-gold-cdn.xitu.io/2019/5/29/16b021d453eef7c0?w=836&h=368&f=gif&s=159919)
44+
45+
## Generating Variable
46+
append `'#'` to the end of the input string
47+
48+
then press `Shortcut Key`
49+
50+
![](https://user-gold-cdn.xitu.io/2019/5/29/16b01f68bdac2a7f?w=776&h=370&f=gif&s=206246)
51+
52+
## Custom Variable
53+
54+
append `'#'+custom` to the end of the input string
55+
56+
then press `Shortcut Key`
57+
58+
![](https://user-gold-cdn.xitu.io/2019/5/29/16b01f9efecf2cfc?w=776&h=362&f=gif&s=151632)
59+
60+
# More

0 commit comments

Comments
 (0)