Skip to content

Commit 2b44729

Browse files
committed
add ide plugin info
add ide plugin info
1 parent b2ac84b commit 2b44729

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,17 @@ private String[] getStoragePaths(Context context) {
799799
[阿里巴巴矢量图标库](http://www.iconfont.cn/plus)</br> [IcoMoon](https://icomoon.io/app/#/select)</br> [Flaticon](https://www.flaticon.com/)
800800
* 思维导图Xmind
801801

802-
//TODO add AS插件介绍
802+
803+
### IDE plugin
804+
* [CodeGlance](https://github.com/Vektah/CodeGlance)可用于快速定位代码,类似于Sublime编辑器右侧定位视图。
805+
* [Alibaba java编码规约插件](https://github.com/alibaba/p3c)
806+
* [GsonFormat](https://github.com/zzz40500/GsonFormat)将JSON格式数据解析成实体
807+
* [ButterKnifeZelezny](https://github.com/avast/android-butterknife-zelezny)通过注解,省略findViewById等其他设置
808+
* [Android Studio Prettify](https://github.com/Haehnchen/idea-android-studio-plugin)自动生成findViewById
809+
* Android Parcelable code generator & Android Parcelable code generator(for kotlin) 自动生成Parcelable接口对应的实现代码
810+
* [Gradle Dependencies Helper](https://github.com/siosio/GradleDependenciesHelperPlugin)maven gradle 依赖支持自动补全
811+
* [GradleDependenciesAndPluginsHelper](https://github.com/bestwu/gradle-dependencies-plugins-helper-plugin)一样支持gradle 依赖自动补全
812+
803813

804814
### CutsomView
805815
* Google推出的[FlexboxLayout](https://github.com/google/flexbox-layout)

0 commit comments

Comments
 (0)