From 9bdf31f14d53f8958b353ddec34d0eb4301f1a19 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 24 May 2016 14:27:21 +0800 Subject: [PATCH 01/38] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=92=E4=BB=B6=20?= =?UTF-8?q?=20Android=20code=20Generator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增插件 Android code Generator --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ed4c666..5ee55a6 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,12 @@ Robotium Recorder是一个自动化测试框架,用于测试在模拟器和And 插件源码地址:https://github.com/shiraji/permissions-dispatcher-plugin 推荐指数: 四星 +1. Android code Generator +Android Studio/IntelliJ IDEA的安卓代码生成插件,帮助提高app的开发速度。可以从layout生成Activity类、Fragment类、Adapter类,从menu.xml生成menu代码等。 +插件下载地址:https://plugins.jetbrains.com/plugin/7595?pr= +插件源码地址:https://github.com/tmorcinek/android-codegenerator-plugin-intellij +插件教程:(中文版)http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0523/4294.html、(英文版)http://tmorcinek.github.io/android-codegenerator-plugin-intellij/ +推荐指数:五星 Thanks From 0dbd0613848af456685ca76959ba866d99f5155e Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 31 May 2016 14:39:18 +0800 Subject: [PATCH 02/38] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增一些插件介绍 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 5ee55a6..656250f 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,24 @@ Android Studio/IntelliJ IDEA的安卓代码生成插件,帮助提高app的开 插件教程:(中文版)http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0523/4294.html、(英文版)http://tmorcinek.github.io/android-codegenerator-plugin-intellij/ 推荐指数:五星 +1. .ignore +项目中,每次add,commit的时候有可能会把Module生成的一些build文件/本地配置文件/iml文件提交上去。可以通过gitignore解决,如果你不想提交的文件,就可以在创建项目的时候将这个文件中添加即可,将一些通用的东西屏蔽掉。 +插件下载地址:https://plugins.jetbrains.com/plugin/7495?pr=androidstudio +插件源码地址:https://github.com/hsz/idea-gitignore +推荐指数:四星 + +1. checkstyle-idea +CheckStyle-IDEA 是一个检查代码风格的插件,比如像命名约定,Javadoc,类设计等方面进行代码规范和风格的检查,你们可以遵从像Google Oracle 的Java 代码指南 ,当然也可以按照自己的规则来设置配置文件,从而有效约束你自己更好地遵循代码编写规范。 +插件下载地址:https://plugins.jetbrains.com/plugin/1065?pr=androidstudio +插件源码地址:https://github.com/jshiell/checkstyle-idea +推荐指数:四星 + +1. Android Methods Count +统计Android依赖库中方法的总个数。 (一个dex只能接受的65K并不是指方法数超过65K而报的错,而是指引用计数超过65K) +插件下载地址:https://plugins.jetbrains.com/plugin/8076?pr=androidstudio +推荐指数:四星 + + Thanks ------ From 1740de21a21dc26e01c740009a13d1ebdaf66f28 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 31 May 2016 14:41:47 +0800 Subject: [PATCH 03/38] update update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 656250f..ae9d1ca 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ _or_ #### 一、优秀插件 1. Android ButterKnife Zelezny -ButterKnife是一个专注于Android系统的View注入框架,可以减少大量的findViewById以及setOnClickListener代码,可视化一键生成。PS:效果图就不贴了,打开插件下载地址和源码地址都能看见,而且据多了加载效果图蛮卡的。 +ButterKnife是一个专注于Android系统的View注入框架,可以减少大量的findViewById以及setOnClickListener代码,可视化一键生成。 +####PS:效果图就不贴了,打开插件下载地址和源码地址都能看见,而且数据多了加载效果图蛮卡的。 插件下载地址:https://plugins.jetbrains.com/plugin/7369?pr=androidstudio 插件源码地址: https://github.com/avast/android-butterknife-zelezny 插件教程:http://blog.csdn.net/dreamlivemeng/article/details/51261170 From 2395fb1dfd52ad55af69bacb4bdd6db0bd754db3 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 31 May 2016 14:50:47 +0800 Subject: [PATCH 04/38] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增插件 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ae9d1ca..2c674a9 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,12 @@ CheckStyle-IDEA 是一个检查代码风格的插件,比如像命名约定,J 插件下载地址:https://plugins.jetbrains.com/plugin/8076?pr=androidstudio 推荐指数:四星 +1. Sexy Editor +设置代码性感背景图,还是比较强悍的。 +插件下载地址:https://plugins.jetbrains.com/plugin/1833?pr=androidstudio +插件源码地址:https://github.com/igorspasic/idea-sexyeditor +推荐指数:五星 + Thanks From 1273ba27962edbbebce01d29208130c0e7dce92a Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Thu, 2 Jun 2016 18:36:57 +0800 Subject: [PATCH 05/38] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改格式 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c674a9..8e8fa06 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ CheckStyle-IDEA 是一个检查代码风格的插件,比如像命名约定,J 推荐指数:四星 1. Android Methods Count -统计Android依赖库中方法的总个数。 (一个dex只能接受的65K并不是指方法数超过65K而报的错,而是指引用计数超过65K) +统计Android依赖库中方法的总个数。 (一个dex只能接受的65K并不是指方法数超过65K而报的错,而是指引用计数超过65K) 插件下载地址:https://plugins.jetbrains.com/plugin/8076?pr=androidstudio 推荐指数:四星 From 66aea5ee05b9a57d818dc63358d4636ebf7ebb8b Mon Sep 17 00:00:00 2001 From: jp1017 Date: Mon, 6 Jun 2016 11:31:18 +0800 Subject: [PATCH 06/38] update Markdown plugin --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e8fa06..e3514a0 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ GsonFormat是一个快速格式化json数据,自动生成实体类参数的插 插件教程地址:http://blog.csdn.net/kroclin/article/details/40902721 推荐指数:四星 -1. Markdown -Markdown是一种可以使用普通文本编辑器编写的标记语言,通过类似HTML的标记语法,它可以使普通文本内容具有一定的格式。 -插件下载地址:https://plugins.jetbrains.com/plugin/5970?pr= -插件文档地址:https://github.com/nicoulaj/idea-markdown +1. Markdown support +Markdown 是一种可以使用普通文本编辑器编写的标记语言,通过类似HTML的标记语法,它可以使普通文本内容具有一定的格式。 +插件下载地址:https://plugins.jetbrains.com/plugin/7793 +插件文档地址:https://github.com/JetBrains/intellij-plugins/tree/master/markdown 推荐指数:四星 1. Android Postfix completion From eb320f38d0cc535ce6c54c9d6f00e5f547835141 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Mon, 13 Jun 2016 13:43:10 +0800 Subject: [PATCH 07/38] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3514a0..b4a30dc 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ GsonFormat是一个快速格式化json数据,自动生成实体类参数的插 1. Markdown support Markdown 是一种可以使用普通文本编辑器编写的标记语言,通过类似HTML的标记语法,它可以使普通文本内容具有一定的格式。 -插件下载地址:https://plugins.jetbrains.com/plugin/7793 +插件下载地址:https://plugins.jetbrains.com/plugin/7793 插件文档地址:https://github.com/JetBrains/intellij-plugins/tree/master/markdown 推荐指数:四星 From b0e3a42c49f857c3ba4a42cbfefb6664df5d1b75 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Mon, 13 Jun 2016 17:47:06 +0800 Subject: [PATCH 08/38] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4a30dc..f39eeea 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ GsonFormat是一个快速格式化json数据,自动生成实体类参数的插 1. Markdown support Markdown 是一种可以使用普通文本编辑器编写的标记语言,通过类似HTML的标记语法,它可以使普通文本内容具有一定的格式。 插件下载地址:https://plugins.jetbrains.com/plugin/7793 -插件文档地址:https://github.com/JetBrains/intellij-plugins/tree/master/markdown +插件文档地址:https://github.com/JetBrains/intellij-plugins/tree/master/markdown 推荐指数:四星 1. Android Postfix completion From 42551e0f103e3f549a601aea04de65b2e0bdb78a Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Mon, 13 Jun 2016 18:05:21 +0800 Subject: [PATCH 09/38] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E4=B8=80=E9=94=AE=E7=94=9F=E6=88=90=E6=B7=B7=E6=B7=86=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增一个一键生成混淆插件 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f39eeea..3e3d5a6 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,11 @@ CheckStyle-IDEA 是一个检查代码风格的插件,比如像命名约定,J 插件源码地址:https://github.com/igorspasic/idea-sexyeditor 推荐指数:五星 +1. AndroidProguardPlugin +Android一键生成项目混淆代码插件,现在jetbrains还在审核只能下载进行安装了,不能通过as插件直接搜索安装。因为混淆时很多同学比较头疼的一个事情,所以给5星。 +插件下载地址:https://raw.githubusercontent.com/zhonghanwen/AndroidProguardPlugin/master/AndroidProguard.zip +插件源码地址:https://github.com/zhonghanwen/AndroidProguardPlugin +推荐指数:五星 Thanks From 9bf2b61fc3d1010e4688e77edbae6b559a73ae41 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Wed, 29 Jun 2016 11:01:00 +0800 Subject: [PATCH 10/38] AdAndroid studio Pretteify --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3e3d5a6..2125d06 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,12 @@ Android一键生成项目混淆代码插件,现在jetbrains还在审核只能 插件源码地址:https://github.com/zhonghanwen/AndroidProguardPlugin 推荐指数:五星 +1.Android Studio Prettify +从布局文件一键生成对view的声明。(不适用注解,形式为findviewById的方式) +插件下载地址:https://plugins.jetbrains.com/plugin/7405 +插件源码地址:https://github.com/Haehnchen/idea-android-studio-plugin +推荐指数:四星 + Thanks ------ From be430917ee9e25aec8cd82972658a9a2ddde1334 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Wed, 29 Jun 2016 11:01:50 +0800 Subject: [PATCH 11/38] update update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2125d06..6e30c0a 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ Android一键生成项目混淆代码插件,现在jetbrains还在审核只能 插件源码地址:https://github.com/zhonghanwen/AndroidProguardPlugin 推荐指数:五星 -1.Android Studio Prettify +1. Android Studio Prettify 从布局文件一键生成对view的声明。(不适用注解,形式为findviewById的方式) 插件下载地址:https://plugins.jetbrains.com/plugin/7405 插件源码地址:https://github.com/Haehnchen/idea-android-studio-plugin From 13ac02a5935a66b26ee1d671e74ad2ae2a60ef44 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Mon, 18 Jul 2016 09:58:48 +0800 Subject: [PATCH 12/38] =?UTF-8?q?=E6=96=B0=E5=A2=9EMaven=20gradle=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E8=87=AA=E5=8A=A8=E8=A1=A5=E5=85=A8=E7=9A=84?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增Maven gradle 依赖自动补全的一个插件 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6e30c0a..b3015e4 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,12 @@ Android一键生成项目混淆代码插件,现在jetbrains还在审核只能 推荐指数:四星 +1. GradleDependenciesHelperPlugin +Maven gradle依赖自动补全 +插件下载地址:https://plugins.jetbrains.com/plugin/7299 +插件源码地址:https://github.com/siosio/GradleDependenciesHelperPlugin +推荐指数:五星 + Thanks ------ * Everyone who has contributed code and reported issues! From 2f5e9bd2e16e3f2bcf03bfe5b579fe136b3a968c Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Mon, 18 Jul 2016 11:35:28 +0800 Subject: [PATCH 13/38] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增插件 --- README.md | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 79 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3015e4..20053e2 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,12 @@ Markdown 是一种可以使用普通文本编辑器编写的标记语言,通 插件文档地址:https://github.com/JetBrains/intellij-plugins/tree/master/markdown 推荐指数:四星 +1. Markdown Navigator +一款Markdown插件,是https://github.com/nicoulaj/idea-markdown他的一个分支,但是主项目由于维护的原因已经从jetbrains中删除了,如果想了解主项目的也可以通过上面的github地址进行了解。 +插件下载地址:https://plugins.jetbrains.com/plugin/7896?pr= +插件源码地址:https://github.com/vsch/idea-multimarkdown +推荐指数:四星 + 1. Android Postfix completion 可根据后缀快速完成代码。 插件下载地址:https://plugins.jetbrains.com/plugin/7775?pr= @@ -86,6 +92,11 @@ adb 调试工具,Uninstall App、Kill App、Start App、Restart App、Clear App 插件源码地址:https://github.com/pbreault/adb-idea/ 推荐指数:五星 +1. AndroidWiFiADB +无线调试应用 +插件源码地址:https://github.com/pedrovgs/AndroidWiFiADB +推荐指数:五星 + 1. CodeGlance 最大的用途:可用于快速定位代码。 插件下载地址:https://plugins.jetbrains.com/plugin/7275?pr= @@ -145,10 +156,16 @@ Robotium Recorder是一个自动化测试框架,用于测试在模拟器和And 推荐指数:五星 1. ECTranslation -一个androidstudio上面的翻译插件(将英文翻译为中文)。 暂时只能以jar的方式安装。jar下载地址以及使用方法在github上的源码地址上都有详细描述。 +一个androidstudio上面的翻译插件(将英文翻译为中文)。 +插件下载地址:https://plugins.jetbrains.com/plugin/8469 插件源码地址:https://github.com/Skykai521/ECTranslation 推荐指数:四星 +1. TranslationPlugin +Android Studio/IntelliJ IDEA 翻译插件,可中英互译。暂时以jar方式安装。 +插件源码地址:https://github.com/YiiGuxing/TranslationPlugin +推荐指数:三星 + 1. Android File Grouping Plugin 该插件可自动将前缀相同的文件归类显示到同一文件目录下,但不会因此而移动文件或创建文件夹。 插件下载地址:https://github.com/dmytrodanylyk/folding-plugin/releases @@ -198,22 +215,80 @@ Android一键生成项目混淆代码插件,现在jetbrains还在审核只能 推荐指数:五星 1. Android Studio Prettify -从布局文件一键生成对view的声明。(不适用注解,形式为findviewById的方式) +从布局文件一键生成对view的声明(不适用注解,形式为findviewById的方式),还可以将代码中的字符串写在String.xml文件中。 插件下载地址:https://plugins.jetbrains.com/plugin/7405 插件源码地址:https://github.com/Haehnchen/idea-android-studio-plugin 推荐指数:四星 -1. GradleDependenciesHelperPlugin +1. Gradle Dependencies Helper Maven gradle依赖自动补全 插件下载地址:https://plugins.jetbrains.com/plugin/7299 插件源码地址:https://github.com/siosio/GradleDependenciesHelperPlugin 推荐指数:五星 +1. Remove ButterKnife +ButterKnife这个第三方库每次更新之后,绑定view的注解都会改变,从bind,到inject,再到bindview,一旦升级,就会有巨量的代码需要手动修改,所以这个插件可以快速移除,将注解代码变成findviewbyId的形式。 +插件下载地址:https://plugins.jetbrains.com/plugin/8432 +插件源码地址:https://github.com/u3shadow/RemoveButterKnife +插件教程地址:https://github.com/u3shadow/RemoveButterKnife/blob/master/README.md +推荐指数:三星 + +1. Android DPI Calculator +Dpi计算插件 +插件下载地址:https://plugins.jetbrains.com/plugin/7832 +插件源码地址:https://github.com/JerzyPuchalski/Android-DPI-Calculator +推荐指数:五星 + +1. SingletonTest +快速生成单例模式的插件。单例模式的六种生成方式LazyUnSafe,LazySafe,Hungry,DoubleCheck,StaticInner,Enum(http://cantellow.iteye.com/blog/838473);插件需要从github中下载jar安装。 +插件源码地址:https://github.com/luhaoaimama1/SingletonTest +推荐指数:四星 + +1. Android Localizationer +将项目中的 string 资源自动翻译为其他语言的 Android Studio/IntelliJ IDEA 插件。 +插件下载地址:https://plugins.jetbrains.com/plugin/7629 +插件源码地址:https://github.com/westlinkin/AndroidLocalizationer +推荐指数:四星 + +1. Material Theme UI +添加Material主题到你的AS +插件下载地址:https://plugins.jetbrains.com/plugin/8006?pr= +插件源码地址:https://github.com/ChrisRM/material-theme-jetbrains +推荐指数:五星 + +1. gradle-retrolambda +在java6,java7中也能使用Lambda表达式。这个使用方式跟其他插件不同,使用方式请看github的说明。 +插件源码地址:https://github.com/evant/gradle-retrolambda +推荐指数:五星 + +1. eventbus-intellij-plugin +eventbus导航插件,方便快速查找,但是有2个pr没处理,已经有1年没维护更新了,如果有大神可以整一个就更好了,这个可以先用着。 +插件源码地址:https://github.com/kgmyshin/eventbus-intellij-plugin +推荐指数:三星 + +1. otto-intellij-plugin +otto导航插件,也是很久没维护了,不过可以用。 +插件源码地址:https://github.com/square/otto-intellij-plugin +推荐指数:三星 + +1. dagger-intellij-plugin +dagger可视化辅助工具 +插件源码地址:https://github.com/square/dagger-intellij-plugin +推荐指数:四星 + +1. Android Styler +根据xml文件生成style文件的插件 +插件下载地址:https://plugins.jetbrains.com/plugin/7972 +插件源码地址:https://github.com/alexzaitsev/android-styler +推荐指数:四星 + + + Thanks ------ * Everyone who has contributed code and reported issues! - +* 如果大家有好的开源插件分享可以直接提交pr,有问题可以直接提交issues或者邮件私信我。如果推荐指数不准确可以直接进行修改。推荐指数来源于三个指标(jetbrains,stars,实用性)。再次感谢开源作者们! 关于作者 ------ From f89cb717874d458223df0d7bdc7a07a11049827f Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Mon, 18 Jul 2016 12:02:44 +0800 Subject: [PATCH 14/38] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增插件 --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20053e2..39a434b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ GsonFormat是一个快速格式化json数据,自动生成实体类参数的插 根据资源自动生成相应的selector。 插件下载地址:https://plugins.jetbrains.com/plugin/7298 插件源码地址:https://github.com/inmite/android-selector-chapek -推荐指数:三星 +推荐指数:四星 1. Android Parcelable code generator 快速实现Parcelable接口的插件。 @@ -283,6 +283,23 @@ dagger可视化辅助工具 插件源码地址:https://github.com/alexzaitsev/android-styler 推荐指数:四星 +1. ideavim +能让开发使用vi,大大提高开发效率。 +插件下载地址:https://plugins.jetbrains.com/plugin/164?pr= +插件源码地址:https://github.com/JetBrains/ideavim +推荐指数:五星 + +1. Android Material Design Icon Generator +可以在Android项目中设置 material design样式图标(material design icons) +插件下载地址:https://plugins.jetbrains.com/plugin/7647?pr= +插件源码地址:https://github.com/konifar/android-material-design-icon-generator-plugin +推荐指数: 五星 + +1. Gradle Killer +Gradle 卡死可以用这个插件。 +插件下载地址:https://plugins.jetbrains.com/plugin/7794?pr= +插件源码地址:https://github.com/KanbanApps/GradleKillerIdeaPlugin +推荐指数:五星 Thanks From 1e72311311105c8f10a1ad471c356362d512cb7c Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Mon, 18 Jul 2016 14:13:34 +0800 Subject: [PATCH 15/38] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增插件 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 39a434b..0372ef6 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,12 @@ Gradle 卡死可以用这个插件。 插件源码地址:https://github.com/KanbanApps/GradleKillerIdeaPlugin 推荐指数:五星 +1. android-toolbox-plugin +能根据xml文件生成对应的ViewHolder类,可以是findviewbyId形式或者是ButterKnife刀形式,如果你使用ButterKnife。 +插件下载地址:https://plugins.jetbrains.com/plugin/7200 +插件源码地址:https://github.com/idamobile/android-toolbox-plugin +推荐指数:三星 + Thanks ------ From 342dfcd0a622f5b8cc7631755065252de2f2960d Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 19 Jul 2016 09:30:12 +0800 Subject: [PATCH 16/38] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增插件下载地址 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0372ef6..3dd9cfe 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,9 @@ adb 调试工具,Uninstall App、Kill App、Start App、Restart App、Clear App 插件源码地址:https://github.com/pbreault/adb-idea/ 推荐指数:五星 -1. AndroidWiFiADB +1. Android WiFiADB 无线调试应用 +插件下载地址:https://plugins.jetbrains.com/plugin/7983 插件源码地址:https://github.com/pedrovgs/AndroidWiFiADB 推荐指数:五星 From 6ab33c940fd407a27975ed9cc7c1e9c7677a78bd Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Thu, 21 Jul 2016 14:20:58 +0800 Subject: [PATCH 17/38] =?UTF-8?q?=E6=96=B0=E5=A2=9Efindbug-idea=E7=9A=84?= =?UTF-8?q?=E6=95=99=E7=A8=8B=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增findbug-idea的教程地址 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3dd9cfe..0ac7517 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ adb 调试工具,Uninstall App、Kill App、Start App、Restart App、Clear App 通过FindBugs帮你找到隐藏的bug及不好的做法。 插件下载地址:https://plugins.jetbrains.com/plugin/3847?pr= 插件源码地址:https://github.com/andrepdo/findbugs-idea/tree/master +插件教程地址:http://blog.csdn.net/fancy_xty/article/details/51718687 推荐指数:四星 1. jimu Mirror From b5ded15f339e991b3f22702d50529a491e900368 Mon Sep 17 00:00:00 2001 From: iWgang Date: Wed, 27 Jul 2016 13:16:16 +0800 Subject: [PATCH 18/38] add java2smali --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0ac7517..e510eb5 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,11 @@ Gradle 卡死可以用这个插件。 插件源码地址:https://github.com/idamobile/android-toolbox-plugin 推荐指数:三星 +1. java2smali +能快速将当前java文件编译成smali文件,方便学习smali语法的童鞋来对比源码学习。 +插件下载地址:https://plugins.jetbrains.com/plugin/7385 +插件源码地址:https://github.com/ollide/intellij-java2smali +推荐指数:三星 Thanks ------ From 303f32dbc6a445b269efca7c1022a63bed6242b7 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Mon, 1 Aug 2016 10:00:48 +0800 Subject: [PATCH 19/38] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增插件 --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e510eb5..8d142b4 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ Dpi计算插件 推荐指数:五星 1. eventbus-intellij-plugin -eventbus导航插件,方便快速查找,但是有2个pr没处理,已经有1年没维护更新了,如果有大神可以整一个就更好了,这个可以先用着。 +eventbus导航插件,方便快速查找,但是有2个pr没处理,已经有1年没维护更新了。 插件源码地址:https://github.com/kgmyshin/eventbus-intellij-plugin 推荐指数:三星 @@ -315,6 +315,21 @@ Gradle 卡死可以用这个插件。 插件源码地址:https://github.com/ollide/intellij-java2smali 推荐指数:三星 +1. PermissionsDispatcher plugin +自动生成android6.0权限代码 +插件下载地址:https://plugins.jetbrains.com/plugin/8349 +插件源码地址:https://github.com/shiraji/permissions-dispatcher-plugin +推荐指数:五星 + +1. WakaTime +记录你在IDE上工作的时间 +插件下载地址:https://plugins.jetbrains.com/plugin/7425 +插件源码地址:https://github.com/wakatime/jetbrains-wakatime +推荐指数:五星 + + + + Thanks ------ * Everyone who has contributed code and reported issues! From d5b4200ea50d232afeeceed79bcd5416aca36aeb Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Thu, 8 Sep 2016 15:59:20 +0800 Subject: [PATCH 20/38] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增插件 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8d142b4..199ed4e 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,12 @@ Gradle 卡死可以用这个插件。 插件源码地址:https://github.com/wakatime/jetbrains-wakatime 推荐指数:五星 +1. Exynap + Exynap是一个帮助你快速查找和完成代码插入的AndroidStudio插件。你只需输入一个命令按回车就能调出一段代码,而这个命令也不需要你去记,只需输入大致意思就可以了,Exynap提供了上千种智能代码解决方案。 +插件下载地址:https://plugins.jetbrains.com/plugin/8600?pr=idea +插件主页地址:http://exynap.com/ +插件教程地址:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0908/6606.html +推荐指数:五星 From 566487a390f0afef18d7a0e33966f3c8fa0da146 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Wed, 26 Oct 2016 10:40:43 +0800 Subject: [PATCH 21/38] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增插件 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 199ed4e..09a8b6e 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,11 @@ Gradle 卡死可以用这个插件。 插件教程地址:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0908/6606.html 推荐指数:五星 - +1. MVPHelper + 一款Intellj IDEA 和Android Studio 自动生成MVP模式所需接口以及实现类的插件。 +插件下载地址:https://plugins.jetbrains.com/plugin/8507?pr=idea +插件源码地址:https://github.com/githubwing/MVPHelper +推荐指数:四星 Thanks ------ From e5a541b49604e15b18a2bc731b618c34b7a29ee0 Mon Sep 17 00:00:00 2001 From: hacket Date: Tue, 20 Dec 2016 13:15:04 +0800 Subject: [PATCH 22/38] add InnerBuilder plugin --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 09a8b6e..289ee68 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,12 @@ Gradle 卡死可以用这个插件。 插件源码地址:https://github.com/githubwing/MVPHelper 推荐指数:四星 +21. InnerBuilder + 一款Intellj IDEA 和Android Studio自动生成内部类Builder代码的插件。 + 插件下载地址:https://plugins.jetbrains.com/plugin/7354 + 插件源码地址:https://github.com/analytically/innerbuilder + 推荐指数:四星 + Thanks ------ * Everyone who has contributed code and reported issues! From 8f98ac85daea263061f4afcb53e78427d059a547 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 21 Feb 2017 18:58:46 +0800 Subject: [PATCH 23/38] commit english version commit english version --- EnglishVersion/README_English.md | 368 +++++++++++++++++++++++++++++++ 1 file changed, 368 insertions(+) create mode 100644 EnglishVersion/README_English.md diff --git a/EnglishVersion/README_English.md b/EnglishVersion/README_English.md new file mode 100644 index 0000000..289ee68 --- /dev/null +++ b/EnglishVersion/README_English.md @@ -0,0 +1,368 @@ +AndroidStudio 优秀插件汇总 +==================== + +欢迎大家推荐好的 Android 开源项目,可直接[Commit](https://github.com/dreamlivemeng/androidstudio-plugins/wiki "请遵守<内容添加及编辑规范>"),欢迎`Star`、`Fork` :) +## 第一部分 插件的介绍 +Google 在2013年5月的I/O开发者大会推出了基于IntelliJ IDEA Java IDE上的Android Studio。AndroidStudio是一个功能齐全的开发工具,还提供了第三方插件的支持。让开发人员更快速更好的开发程序。 + +## 第二部分 插件的安装 +- in Android Studio: go to `File → Settings → Plugins → Browse repositories` and search for `插件名` + +_or_ + +- in Android Studio: go to download it jar and install `File → Settings → Plugins → Install plugin from disk` + +## 第三部分 插件的汇总 + +#### 一、优秀插件 +1. Android ButterKnife Zelezny +ButterKnife是一个专注于Android系统的View注入框架,可以减少大量的findViewById以及setOnClickListener代码,可视化一键生成。 +####PS:效果图就不贴了,打开插件下载地址和源码地址都能看见,而且数据多了加载效果图蛮卡的。 +插件下载地址:https://plugins.jetbrains.com/plugin/7369?pr=androidstudio +插件源码地址: https://github.com/avast/android-butterknife-zelezny +插件教程:http://blog.csdn.net/dreamlivemeng/article/details/51261170 +推荐指数:五星 + +1. GsonFormat +GsonFormat是一个快速格式化json数据,自动生成实体类参数的插件。 +插件下载地址:https://plugins.jetbrains.com/plugin/7654?pr=androidstudio +插件源码地址:https://github.com/zzz40500/GsonFormat +插件教程:http://blog.csdn.net/dreamlivemeng/article/details/51262538 +推荐指数:四星 + +1. Android Drawable Importer +为了适应所有Android屏幕的大小和密度,每个Android项目都会包含drawable文件夹。任何具备Android开发经验的开发人员都知道,为了支持所有的屏幕尺寸,你必须给每个屏幕类型导入不同的画板。Android Drawable Importer插件能让这项工作变得更容易。它可以减少导入缩放图像到Android项目所需的工作量。Android Drawable Importer添加了一个在不同分辨率导入画板或缩放指定图像到定义分辨率的选项。这个插件加速了开发人员的画板工作。 +插件下载地址:https://plugins.jetbrains.com/plugin/7658?pr=androidstudio +插件源码地址:https://github.com/winterDroid/android-drawable-importer-intellij-plugin +插件教程地址:http://blog.csdn.net/lee_sire/article/details/49684385 +推荐指数:三星 + +1. android-selector-chapek / SelectorChapek for Android +根据资源自动生成相应的selector。 +插件下载地址:https://plugins.jetbrains.com/plugin/7298 +插件源码地址:https://github.com/inmite/android-selector-chapek +推荐指数:四星 + +1. Android Parcelable code generator +快速实现Parcelable接口的插件。 +插件下载地址:https://plugins.jetbrains.com/plugin/7332?pr= +插件源码地址:https://github.com/mcharmas/android-parcelable-intellij-plugin/ +插件教程地址:http://blog.csdn.net/kroclin/article/details/40902721 +推荐指数:四星 + +1. Markdown support +Markdown 是一种可以使用普通文本编辑器编写的标记语言,通过类似HTML的标记语法,它可以使普通文本内容具有一定的格式。 +插件下载地址:https://plugins.jetbrains.com/plugin/7793 +插件文档地址:https://github.com/JetBrains/intellij-plugins/tree/master/markdown +推荐指数:四星 + +1. Markdown Navigator +一款Markdown插件,是https://github.com/nicoulaj/idea-markdown他的一个分支,但是主项目由于维护的原因已经从jetbrains中删除了,如果想了解主项目的也可以通过上面的github地址进行了解。 +插件下载地址:https://plugins.jetbrains.com/plugin/7896?pr= +插件源码地址:https://github.com/vsch/idea-multimarkdown +推荐指数:四星 + +1. Android Postfix completion +可根据后缀快速完成代码。 +插件下载地址:https://plugins.jetbrains.com/plugin/7775?pr= +插件教程地址:http://blog.jetbrains.com/idea/2014/03/postfix-completion/ +推荐指数:五星 + +1. AndroidAccessors +快速实现get和set方法的插件。 +插件下载地址:https://plugins.jetbrains.com/plugin/7496?pr= +插件文档地址:https://github.com/jonstaff/AndroidAccessors +推荐指数:三星 + +1. Lifecycle Sorter +可以根据Activity或者fragment的生命周期对其生命周期方法位置进行先后排序。 +插件下载地址:https://plugins.jetbrains.com/plugin/7742?pr= +插件源码地址:https://github.com/armandAkop/Lifecycle-Sorter +推荐指数:五星 + +1. ADB WIFI +无需root就能wifi调试。 +插件下载地址:https://plugins.jetbrains.com/plugin/7856?pr= +插件源码地址:https://github.com/layerlre/ADBWIFI +推荐指数: 五星 + +1. ADB Idea +adb 调试工具,Uninstall App、Kill App、Start App、Restart App、Clear App Data、Clear App Data and Restart +插件下载地址:https://plugins.jetbrains.com/plugin/7380?pr= +插件源码地址:https://github.com/pbreault/adb-idea/ +推荐指数:五星 + +1. Android WiFiADB +无线调试应用 +插件下载地址:https://plugins.jetbrains.com/plugin/7983 +插件源码地址:https://github.com/pedrovgs/AndroidWiFiADB +推荐指数:五星 + +1. CodeGlance +最大的用途:可用于快速定位代码。 +插件下载地址:https://plugins.jetbrains.com/plugin/7275?pr= +插件源码地址: https://github.com/Vektah/CodeGlance +推荐指数:五星 + +1. JSONOnlineViewer +可实现直接在android studio中调试接口数据,可以选择请求类型,自定义请求头及请求体,json数据格式化后展示 +插件下载地址:https://plugins.jetbrains.com/plugin/7838?pr= +推荐指数:四星 + +1. FindBugs-IDEA +通过FindBugs帮你找到隐藏的bug及不好的做法。 +插件下载地址:https://plugins.jetbrains.com/plugin/3847?pr= +插件源码地址:https://github.com/andrepdo/findbugs-idea/tree/master +插件教程地址:http://blog.csdn.net/fancy_xty/article/details/51718687 +推荐指数:四星 + +1. jimu Mirror +这是一个可以让你在真实的设备上迅速测试布局的插件。jimu Mirror允许在设备上预览随同编码更新的Android布局。 +插件下载地址:https://plugins.jetbrains.com/plugin/7517?pr= +插件教程地址:http://www.itnose.net/detail/6204426.html +推荐指数:四星 + +1. JavaDoc +添加注释,可自定义模板。 +插件下载地址:https://plugins.jetbrains.com/plugin/?idea_ce&pluginId=7157 +插件源码地址:https://github.com/setial/intellij-javadocs +推荐指数: 五星 + +1. Android strings.xml tools +可以用来管理Android项目中的字符串资源。它提供了排序Android本地文件和添加缺少的字符串的基本操作。虽然这个插件是有限制的,但如果应用程序有大量的字符串资源,那这个插件就非常有用了。 +插件下载地址:https://plugins.jetbrains.com/plugin/7498?pr= +插件源码地址:https://github.com/constantine-ivanov/strings-xml-tools +推荐指数:五星 + +1. Robotium Recorder +Robotium Recorder是一个自动化测试框架,用于测试在模拟器和Android设备上原生的和混合的移动应用程序。Robotium Recorder可以让你记录测试案例和用户操作。你也可以查看不同Android活动时的系统功能和用户测试场景。 +插件下载地址:https://plugins.jetbrains.com/plugin/7513?pr= +插件官方网址:http://robotium.com/ +推荐指数:四星 + +1. Android Holo Colors Generator +通过自定义Holo主题颜色生成对应的Drawable和布局文件 +插件下载地址:https://plugins.jetbrains.com/plugin/7366?pr= +插件源码地址:https://github.com/jeromevdl/android-holo-colors-idea-plugin +推荐指数:四星 + +1. lint-cleaner-plugin +删除未使用的资源,包括String字符串,颜色和尺寸。 这是一个Gradle插件,所以如何配置可以去github的源码上看。 +插件源码地址:https://github.com/marcoRS/lint-cleaner-plugin +推荐指数:四星 + +1. codota +该网站搜集了大量的代码,号称超过700W的代码实例。提供了chrome和as插件。 +插件下载地址:https://plugins.jetbrains.com/plugin/7638?pr= +插件官方网址:https://www.codota.com/ +推荐指数:五星 + +1. ECTranslation +一个androidstudio上面的翻译插件(将英文翻译为中文)。 +插件下载地址:https://plugins.jetbrains.com/plugin/8469 +插件源码地址:https://github.com/Skykai521/ECTranslation +推荐指数:四星 + +1. TranslationPlugin +Android Studio/IntelliJ IDEA 翻译插件,可中英互译。暂时以jar方式安装。 +插件源码地址:https://github.com/YiiGuxing/TranslationPlugin +推荐指数:三星 + +1. Android File Grouping Plugin +该插件可自动将前缀相同的文件归类显示到同一文件目录下,但不会因此而移动文件或创建文件夹。 +插件下载地址:https://github.com/dmytrodanylyk/folding-plugin/releases +插件源码地址:https://github.com/dmytrodanylyk/folding-plugin +推荐指数: 四星 + +1. PermissionsDispatcher +一个针对API 23,可在`Activity/Fragment`中快速生成`Runtime Permissions`代码的插件。 +插件下载地址:https://plugins.jetbrains.com/plugin/8349 +插件源码地址:https://github.com/shiraji/permissions-dispatcher-plugin +推荐指数: 四星 + +1. Android code Generator +Android Studio/IntelliJ IDEA的安卓代码生成插件,帮助提高app的开发速度。可以从layout生成Activity类、Fragment类、Adapter类,从menu.xml生成menu代码等。 +插件下载地址:https://plugins.jetbrains.com/plugin/7595?pr= +插件源码地址:https://github.com/tmorcinek/android-codegenerator-plugin-intellij +插件教程:(中文版)http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0523/4294.html、(英文版)http://tmorcinek.github.io/android-codegenerator-plugin-intellij/ +推荐指数:五星 + +1. .ignore +项目中,每次add,commit的时候有可能会把Module生成的一些build文件/本地配置文件/iml文件提交上去。可以通过gitignore解决,如果你不想提交的文件,就可以在创建项目的时候将这个文件中添加即可,将一些通用的东西屏蔽掉。 +插件下载地址:https://plugins.jetbrains.com/plugin/7495?pr=androidstudio +插件源码地址:https://github.com/hsz/idea-gitignore +推荐指数:四星 + +1. checkstyle-idea +CheckStyle-IDEA 是一个检查代码风格的插件,比如像命名约定,Javadoc,类设计等方面进行代码规范和风格的检查,你们可以遵从像Google Oracle 的Java 代码指南 ,当然也可以按照自己的规则来设置配置文件,从而有效约束你自己更好地遵循代码编写规范。 +插件下载地址:https://plugins.jetbrains.com/plugin/1065?pr=androidstudio +插件源码地址:https://github.com/jshiell/checkstyle-idea +推荐指数:四星 + +1. Android Methods Count +统计Android依赖库中方法的总个数。 (一个dex只能接受的65K并不是指方法数超过65K而报的错,而是指引用计数超过65K) +插件下载地址:https://plugins.jetbrains.com/plugin/8076?pr=androidstudio +推荐指数:四星 + +1. Sexy Editor +设置代码性感背景图,还是比较强悍的。 +插件下载地址:https://plugins.jetbrains.com/plugin/1833?pr=androidstudio +插件源码地址:https://github.com/igorspasic/idea-sexyeditor +推荐指数:五星 + +1. AndroidProguardPlugin +Android一键生成项目混淆代码插件,现在jetbrains还在审核只能下载进行安装了,不能通过as插件直接搜索安装。因为混淆时很多同学比较头疼的一个事情,所以给5星。 +插件下载地址:https://raw.githubusercontent.com/zhonghanwen/AndroidProguardPlugin/master/AndroidProguard.zip +插件源码地址:https://github.com/zhonghanwen/AndroidProguardPlugin +推荐指数:五星 + +1. Android Studio Prettify +从布局文件一键生成对view的声明(不适用注解,形式为findviewById的方式),还可以将代码中的字符串写在String.xml文件中。 +插件下载地址:https://plugins.jetbrains.com/plugin/7405 +插件源码地址:https://github.com/Haehnchen/idea-android-studio-plugin +推荐指数:四星 + + +1. Gradle Dependencies Helper +Maven gradle依赖自动补全 +插件下载地址:https://plugins.jetbrains.com/plugin/7299 +插件源码地址:https://github.com/siosio/GradleDependenciesHelperPlugin +推荐指数:五星 + +1. Remove ButterKnife +ButterKnife这个第三方库每次更新之后,绑定view的注解都会改变,从bind,到inject,再到bindview,一旦升级,就会有巨量的代码需要手动修改,所以这个插件可以快速移除,将注解代码变成findviewbyId的形式。 +插件下载地址:https://plugins.jetbrains.com/plugin/8432 +插件源码地址:https://github.com/u3shadow/RemoveButterKnife +插件教程地址:https://github.com/u3shadow/RemoveButterKnife/blob/master/README.md +推荐指数:三星 + +1. Android DPI Calculator +Dpi计算插件 +插件下载地址:https://plugins.jetbrains.com/plugin/7832 +插件源码地址:https://github.com/JerzyPuchalski/Android-DPI-Calculator +推荐指数:五星 + +1. SingletonTest +快速生成单例模式的插件。单例模式的六种生成方式LazyUnSafe,LazySafe,Hungry,DoubleCheck,StaticInner,Enum(http://cantellow.iteye.com/blog/838473);插件需要从github中下载jar安装。 +插件源码地址:https://github.com/luhaoaimama1/SingletonTest +推荐指数:四星 + +1. Android Localizationer +将项目中的 string 资源自动翻译为其他语言的 Android Studio/IntelliJ IDEA 插件。 +插件下载地址:https://plugins.jetbrains.com/plugin/7629 +插件源码地址:https://github.com/westlinkin/AndroidLocalizationer +推荐指数:四星 + +1. Material Theme UI +添加Material主题到你的AS +插件下载地址:https://plugins.jetbrains.com/plugin/8006?pr= +插件源码地址:https://github.com/ChrisRM/material-theme-jetbrains +推荐指数:五星 + +1. gradle-retrolambda +在java6,java7中也能使用Lambda表达式。这个使用方式跟其他插件不同,使用方式请看github的说明。 +插件源码地址:https://github.com/evant/gradle-retrolambda +推荐指数:五星 + +1. eventbus-intellij-plugin +eventbus导航插件,方便快速查找,但是有2个pr没处理,已经有1年没维护更新了。 +插件源码地址:https://github.com/kgmyshin/eventbus-intellij-plugin +推荐指数:三星 + +1. otto-intellij-plugin +otto导航插件,也是很久没维护了,不过可以用。 +插件源码地址:https://github.com/square/otto-intellij-plugin +推荐指数:三星 + +1. dagger-intellij-plugin +dagger可视化辅助工具 +插件源码地址:https://github.com/square/dagger-intellij-plugin +推荐指数:四星 + +1. Android Styler +根据xml文件生成style文件的插件 +插件下载地址:https://plugins.jetbrains.com/plugin/7972 +插件源码地址:https://github.com/alexzaitsev/android-styler +推荐指数:四星 + +1. ideavim +能让开发使用vi,大大提高开发效率。 +插件下载地址:https://plugins.jetbrains.com/plugin/164?pr= +插件源码地址:https://github.com/JetBrains/ideavim +推荐指数:五星 + +1. Android Material Design Icon Generator +可以在Android项目中设置 material design样式图标(material design icons) +插件下载地址:https://plugins.jetbrains.com/plugin/7647?pr= +插件源码地址:https://github.com/konifar/android-material-design-icon-generator-plugin +推荐指数: 五星 + +1. Gradle Killer +Gradle 卡死可以用这个插件。 +插件下载地址:https://plugins.jetbrains.com/plugin/7794?pr= +插件源码地址:https://github.com/KanbanApps/GradleKillerIdeaPlugin +推荐指数:五星 + +1. android-toolbox-plugin +能根据xml文件生成对应的ViewHolder类,可以是findviewbyId形式或者是ButterKnife刀形式,如果你使用ButterKnife。 +插件下载地址:https://plugins.jetbrains.com/plugin/7200 +插件源码地址:https://github.com/idamobile/android-toolbox-plugin +推荐指数:三星 + +1. java2smali +能快速将当前java文件编译成smali文件,方便学习smali语法的童鞋来对比源码学习。 +插件下载地址:https://plugins.jetbrains.com/plugin/7385 +插件源码地址:https://github.com/ollide/intellij-java2smali +推荐指数:三星 + +1. PermissionsDispatcher plugin +自动生成android6.0权限代码 +插件下载地址:https://plugins.jetbrains.com/plugin/8349 +插件源码地址:https://github.com/shiraji/permissions-dispatcher-plugin +推荐指数:五星 + +1. WakaTime +记录你在IDE上工作的时间 +插件下载地址:https://plugins.jetbrains.com/plugin/7425 +插件源码地址:https://github.com/wakatime/jetbrains-wakatime +推荐指数:五星 + +1. Exynap + Exynap是一个帮助你快速查找和完成代码插入的AndroidStudio插件。你只需输入一个命令按回车就能调出一段代码,而这个命令也不需要你去记,只需输入大致意思就可以了,Exynap提供了上千种智能代码解决方案。 +插件下载地址:https://plugins.jetbrains.com/plugin/8600?pr=idea +插件主页地址:http://exynap.com/ +插件教程地址:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0908/6606.html +推荐指数:五星 + +1. MVPHelper + 一款Intellj IDEA 和Android Studio 自动生成MVP模式所需接口以及实现类的插件。 +插件下载地址:https://plugins.jetbrains.com/plugin/8507?pr=idea +插件源码地址:https://github.com/githubwing/MVPHelper +推荐指数:四星 + +21. InnerBuilder + 一款Intellj IDEA 和Android Studio自动生成内部类Builder代码的插件。 + 插件下载地址:https://plugins.jetbrains.com/plugin/7354 + 插件源码地址:https://github.com/analytically/innerbuilder + 推荐指数:四星 + +Thanks +------ +* Everyone who has contributed code and reported issues! +* 如果大家有好的开源插件分享可以直接提交pr,有问题可以直接提交issues或者邮件私信我。如果推荐指数不准确可以直接进行修改。推荐指数来源于三个指标(jetbrains,stars,实用性)。再次感谢开源作者们! + +关于作者 +------ +* QQ群:490832714 +* Email:dreamlivemeng@gmail.com + + + + + + + + + + + From 918cb154ddcc1b4a5d6bd2d2f7c132d5fd4249c5 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 21 Feb 2017 19:05:24 +0800 Subject: [PATCH 24/38] commit english version commit english version --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 289ee68..ecece9a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ AndroidStudio 优秀插件汇总 -==================== +==================== +## [English Version](README_English.md) 欢迎大家推荐好的 Android 开源项目,可直接[Commit](https://github.com/dreamlivemeng/androidstudio-plugins/wiki "请遵守<内容添加及编辑规范>"),欢迎`Star`、`Fork` :) ## 第一部分 插件的介绍 Google 在2013年5月的I/O开发者大会推出了基于IntelliJ IDEA Java IDE上的Android Studio。AndroidStudio是一个功能齐全的开发工具,还提供了第三方插件的支持。让开发人员更快速更好的开发程序。 From 71df4913509336f7d92d62d24487eb70154ab321 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 21 Feb 2017 19:07:14 +0800 Subject: [PATCH 25/38] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecece9a..415e65e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ AndroidStudio 优秀插件汇总 ==================== -## [English Version](README_English.md) +## [English Version](EnglishVersion/README_English.md) 欢迎大家推荐好的 Android 开源项目,可直接[Commit](https://github.com/dreamlivemeng/androidstudio-plugins/wiki "请遵守<内容添加及编辑规范>"),欢迎`Star`、`Fork` :) ## 第一部分 插件的介绍 Google 在2013年5月的I/O开发者大会推出了基于IntelliJ IDEA Java IDE上的Android Studio。AndroidStudio是一个功能齐全的开发工具,还提供了第三方插件的支持。让开发人员更快速更好的开发程序。 From f1e1561c29d490b21a64aa981dd58d5c3027c3f4 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 21 Feb 2017 19:20:08 +0800 Subject: [PATCH 26/38] Update README_English.md --- EnglishVersion/README_English.md | 84 ++++++++++++++++---------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/EnglishVersion/README_English.md b/EnglishVersion/README_English.md index 289ee68..9439c68 100644 --- a/EnglishVersion/README_English.md +++ b/EnglishVersion/README_English.md @@ -1,148 +1,148 @@ -AndroidStudio 优秀插件汇总 +AndroidStudio Good plugin summary ==================== -欢迎大家推荐好的 Android 开源项目,可直接[Commit](https://github.com/dreamlivemeng/androidstudio-plugins/wiki "请遵守<内容添加及编辑规范>"),欢迎`Star`、`Fork` :) -## 第一部分 插件的介绍 -Google 在2013年5月的I/O开发者大会推出了基于IntelliJ IDEA Java IDE上的Android Studio。AndroidStudio是一个功能齐全的开发工具,还提供了第三方插件的支持。让开发人员更快速更好的开发程序。 +Welcome to recommend good Android open source project, can be [Commit](https://github.com/dreamlivemeng/androidstudio-plugins/wiki "请遵守<内容添加及编辑规范>"), please`Star`、`Fork` :) +## The first part - the introduction of the plugin +Google in May 2013 I/O developer conference launched IntelliJ IDEA based on Java IDE Android Studio. AndroidStudio is a fully functional development tools, provides the support of third-party plug-ins. Allow developers to develop faster and better application. -## 第二部分 插件的安装 -- in Android Studio: go to `File → Settings → Plugins → Browse repositories` and search for `插件名` +## The second part-install plugin +- in Android Studio: go to `File → Settings → Plugins → Browse repositories` and search for `plugin name` _or_ - in Android Studio: go to download it jar and install `File → Settings → Plugins → Install plugin from disk` -## 第三部分 插件的汇总 +## The third part- plugin summary   -#### 一、优秀插件 +#### 一、good plugin 1. Android ButterKnife Zelezny -ButterKnife是一个专注于Android系统的View注入框架,可以减少大量的findViewById以及setOnClickListener代码,可视化一键生成。 -####PS:效果图就不贴了,打开插件下载地址和源码地址都能看见,而且数据多了加载效果图蛮卡的。 -插件下载地址:https://plugins.jetbrains.com/plugin/7369?pr=androidstudio -插件源码地址: https://github.com/avast/android-butterknife-zelezny -插件教程:http://blog.csdn.net/dreamlivemeng/article/details/51261170 -推荐指数:五星 +ButterKnife is a focus on the Android system View into the framework, and can reduce a lot of the findViewById setOnClickListener code, visualization of a key generation. +####PS:Please open the link to see the effect. +plugin download url:https://plugins.jetbrains.com/plugin/7369?pr=androidstudio   +plugin source url: https://github.com/avast/android-butterknife-zelezny   +plugin tutorials:http://blog.csdn.net/dreamlivemeng/article/details/51261170   +recommend:five-star  1. GsonFormat GsonFormat是一个快速格式化json数据,自动生成实体类参数的插件。 -插件下载地址:https://plugins.jetbrains.com/plugin/7654?pr=androidstudio +plugin download url:https://plugins.jetbrains.com/plugin/7654?pr=androidstudio 插件源码地址:https://github.com/zzz40500/GsonFormat 插件教程:http://blog.csdn.net/dreamlivemeng/article/details/51262538 推荐指数:四星 1. Android Drawable Importer 为了适应所有Android屏幕的大小和密度,每个Android项目都会包含drawable文件夹。任何具备Android开发经验的开发人员都知道,为了支持所有的屏幕尺寸,你必须给每个屏幕类型导入不同的画板。Android Drawable Importer插件能让这项工作变得更容易。它可以减少导入缩放图像到Android项目所需的工作量。Android Drawable Importer添加了一个在不同分辨率导入画板或缩放指定图像到定义分辨率的选项。这个插件加速了开发人员的画板工作。 -插件下载地址:https://plugins.jetbrains.com/plugin/7658?pr=androidstudio +plugin download url:https://plugins.jetbrains.com/plugin/7658?pr=androidstudio 插件源码地址:https://github.com/winterDroid/android-drawable-importer-intellij-plugin 插件教程地址:http://blog.csdn.net/lee_sire/article/details/49684385 推荐指数:三星 1. android-selector-chapek / SelectorChapek for Android 根据资源自动生成相应的selector。 -插件下载地址:https://plugins.jetbrains.com/plugin/7298 +plugin download url:https://plugins.jetbrains.com/plugin/7298 插件源码地址:https://github.com/inmite/android-selector-chapek 推荐指数:四星 1. Android Parcelable code generator 快速实现Parcelable接口的插件。 -插件下载地址:https://plugins.jetbrains.com/plugin/7332?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7332?pr= 插件源码地址:https://github.com/mcharmas/android-parcelable-intellij-plugin/ 插件教程地址:http://blog.csdn.net/kroclin/article/details/40902721 推荐指数:四星 1. Markdown support Markdown 是一种可以使用普通文本编辑器编写的标记语言,通过类似HTML的标记语法,它可以使普通文本内容具有一定的格式。 -插件下载地址:https://plugins.jetbrains.com/plugin/7793 +plugin download url:https://plugins.jetbrains.com/plugin/7793 插件文档地址:https://github.com/JetBrains/intellij-plugins/tree/master/markdown 推荐指数:四星 1. Markdown Navigator 一款Markdown插件,是https://github.com/nicoulaj/idea-markdown他的一个分支,但是主项目由于维护的原因已经从jetbrains中删除了,如果想了解主项目的也可以通过上面的github地址进行了解。 -插件下载地址:https://plugins.jetbrains.com/plugin/7896?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7896?pr= 插件源码地址:https://github.com/vsch/idea-multimarkdown 推荐指数:四星 1. Android Postfix completion 可根据后缀快速完成代码。 -插件下载地址:https://plugins.jetbrains.com/plugin/7775?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7775?pr= 插件教程地址:http://blog.jetbrains.com/idea/2014/03/postfix-completion/ 推荐指数:五星 1. AndroidAccessors 快速实现get和set方法的插件。 -插件下载地址:https://plugins.jetbrains.com/plugin/7496?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7496?pr= 插件文档地址:https://github.com/jonstaff/AndroidAccessors 推荐指数:三星 1. Lifecycle Sorter 可以根据Activity或者fragment的生命周期对其生命周期方法位置进行先后排序。 -插件下载地址:https://plugins.jetbrains.com/plugin/7742?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7742?pr= 插件源码地址:https://github.com/armandAkop/Lifecycle-Sorter 推荐指数:五星 1. ADB WIFI 无需root就能wifi调试。 -插件下载地址:https://plugins.jetbrains.com/plugin/7856?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7856?pr= 插件源码地址:https://github.com/layerlre/ADBWIFI 推荐指数: 五星 1. ADB Idea adb 调试工具,Uninstall App、Kill App、Start App、Restart App、Clear App Data、Clear App Data and Restart -插件下载地址:https://plugins.jetbrains.com/plugin/7380?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7380?pr= 插件源码地址:https://github.com/pbreault/adb-idea/ 推荐指数:五星 1. Android WiFiADB 无线调试应用 -插件下载地址:https://plugins.jetbrains.com/plugin/7983 +plugin download url:https://plugins.jetbrains.com/plugin/7983 插件源码地址:https://github.com/pedrovgs/AndroidWiFiADB 推荐指数:五星 1. CodeGlance 最大的用途:可用于快速定位代码。 -插件下载地址:https://plugins.jetbrains.com/plugin/7275?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7275?pr= 插件源码地址: https://github.com/Vektah/CodeGlance 推荐指数:五星 1. JSONOnlineViewer 可实现直接在android studio中调试接口数据,可以选择请求类型,自定义请求头及请求体,json数据格式化后展示 -插件下载地址:https://plugins.jetbrains.com/plugin/7838?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7838?pr= 推荐指数:四星 1. FindBugs-IDEA 通过FindBugs帮你找到隐藏的bug及不好的做法。 -插件下载地址:https://plugins.jetbrains.com/plugin/3847?pr= +plugin download url:https://plugins.jetbrains.com/plugin/3847?pr= 插件源码地址:https://github.com/andrepdo/findbugs-idea/tree/master 插件教程地址:http://blog.csdn.net/fancy_xty/article/details/51718687 推荐指数:四星 1. jimu Mirror 这是一个可以让你在真实的设备上迅速测试布局的插件。jimu Mirror允许在设备上预览随同编码更新的Android布局。 -插件下载地址:https://plugins.jetbrains.com/plugin/7517?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7517?pr= 插件教程地址:http://www.itnose.net/detail/6204426.html 推荐指数:四星 1. JavaDoc 添加注释,可自定义模板。 -插件下载地址:https://plugins.jetbrains.com/plugin/?idea_ce&pluginId=7157 +plugin download url:https://plugins.jetbrains.com/plugin/?idea_ce&pluginId=7157 插件源码地址:https://github.com/setial/intellij-javadocs 推荐指数: 五星 1. Android strings.xml tools 可以用来管理Android项目中的字符串资源。它提供了排序Android本地文件和添加缺少的字符串的基本操作。虽然这个插件是有限制的,但如果应用程序有大量的字符串资源,那这个插件就非常有用了。 -插件下载地址:https://plugins.jetbrains.com/plugin/7498?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7498?pr= 插件源码地址:https://github.com/constantine-ivanov/strings-xml-tools 推荐指数:五星 1. Robotium Recorder Robotium Recorder是一个自动化测试框架,用于测试在模拟器和Android设备上原生的和混合的移动应用程序。Robotium Recorder可以让你记录测试案例和用户操作。你也可以查看不同Android活动时的系统功能和用户测试场景。 -插件下载地址:https://plugins.jetbrains.com/plugin/7513?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7513?pr= 插件官方网址:http://robotium.com/ 推荐指数:四星 1. Android Holo Colors Generator 通过自定义Holo主题颜色生成对应的Drawable和布局文件 -插件下载地址:https://plugins.jetbrains.com/plugin/7366?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7366?pr= 插件源码地址:https://github.com/jeromevdl/android-holo-colors-idea-plugin 推荐指数:四星 @@ -153,49 +153,49 @@ Robotium Recorder是一个自动化测试框架,用于测试在模拟器和And 1. codota 该网站搜集了大量的代码,号称超过700W的代码实例。提供了chrome和as插件。 -插件下载地址:https://plugins.jetbrains.com/plugin/7638?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7638?pr= 插件官方网址:https://www.codota.com/ 推荐指数:五星 1. ECTranslation 一个androidstudio上面的翻译插件(将英文翻译为中文)。 -插件下载地址:https://plugins.jetbrains.com/plugin/8469 +plugin download url:https://plugins.jetbrains.com/plugin/8469 插件源码地址:https://github.com/Skykai521/ECTranslation 推荐指数:四星 1. TranslationPlugin Android Studio/IntelliJ IDEA 翻译插件,可中英互译。暂时以jar方式安装。 -插件源码地址:https://github.com/YiiGuxing/TranslationPlugin +plugin download url:https://github.com/YiiGuxing/TranslationPlugin 推荐指数:三星 1. Android File Grouping Plugin 该插件可自动将前缀相同的文件归类显示到同一文件目录下,但不会因此而移动文件或创建文件夹。 -插件下载地址:https://github.com/dmytrodanylyk/folding-plugin/releases +plugin download url:https://github.com/dmytrodanylyk/folding-plugin/releases 插件源码地址:https://github.com/dmytrodanylyk/folding-plugin 推荐指数: 四星 1. PermissionsDispatcher 一个针对API 23,可在`Activity/Fragment`中快速生成`Runtime Permissions`代码的插件。 -插件下载地址:https://plugins.jetbrains.com/plugin/8349 +plugin download url:https://plugins.jetbrains.com/plugin/8349 插件源码地址:https://github.com/shiraji/permissions-dispatcher-plugin 推荐指数: 四星 1. Android code Generator Android Studio/IntelliJ IDEA的安卓代码生成插件,帮助提高app的开发速度。可以从layout生成Activity类、Fragment类、Adapter类,从menu.xml生成menu代码等。 -插件下载地址:https://plugins.jetbrains.com/plugin/7595?pr= +plugin download url:https://plugins.jetbrains.com/plugin/7595?pr= 插件源码地址:https://github.com/tmorcinek/android-codegenerator-plugin-intellij 插件教程:(中文版)http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0523/4294.html、(英文版)http://tmorcinek.github.io/android-codegenerator-plugin-intellij/ 推荐指数:五星 1. .ignore 项目中,每次add,commit的时候有可能会把Module生成的一些build文件/本地配置文件/iml文件提交上去。可以通过gitignore解决,如果你不想提交的文件,就可以在创建项目的时候将这个文件中添加即可,将一些通用的东西屏蔽掉。 -插件下载地址:https://plugins.jetbrains.com/plugin/7495?pr=androidstudio +plugin download url:https://plugins.jetbrains.com/plugin/7495?pr=androidstudio 插件源码地址:https://github.com/hsz/idea-gitignore 推荐指数:四星 1. checkstyle-idea CheckStyle-IDEA 是一个检查代码风格的插件,比如像命名约定,Javadoc,类设计等方面进行代码规范和风格的检查,你们可以遵从像Google Oracle 的Java 代码指南 ,当然也可以按照自己的规则来设置配置文件,从而有效约束你自己更好地遵循代码编写规范。 -插件下载地址:https://plugins.jetbrains.com/plugin/1065?pr=androidstudio +plugin download url:https://plugins.jetbrains.com/plugin/1065?pr=androidstudio 插件源码地址:https://github.com/jshiell/checkstyle-idea 推荐指数:四星 From d0fdbd706f72e5506627c19b7c7665595ef082c6 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 21 Feb 2017 19:22:29 +0800 Subject: [PATCH 27/38] commit commit --- EnglishVersion/README_English.md | 256 +++++++++++++++---------------- 1 file changed, 128 insertions(+), 128 deletions(-) diff --git a/EnglishVersion/README_English.md b/EnglishVersion/README_English.md index 9439c68..6b4817d 100644 --- a/EnglishVersion/README_English.md +++ b/EnglishVersion/README_English.md @@ -19,337 +19,337 @@ _or_ ButterKnife is a focus on the Android system View into the framework, and can reduce a lot of the findViewById setOnClickListener code, visualization of a key generation. ####PS:Please open the link to see the effect. plugin download url:https://plugins.jetbrains.com/plugin/7369?pr=androidstudio   -plugin source url: https://github.com/avast/android-butterknife-zelezny   +plugin source url: https://github.com/avast/android-butterknife-zelezny   plugin tutorials:http://blog.csdn.net/dreamlivemeng/article/details/51261170   recommend:five-star  1. GsonFormat GsonFormat是一个快速格式化json数据,自动生成实体类参数的插件。 plugin download url:https://plugins.jetbrains.com/plugin/7654?pr=androidstudio -插件源码地址:https://github.com/zzz40500/GsonFormat -插件教程:http://blog.csdn.net/dreamlivemeng/article/details/51262538 -推荐指数:四星 +plugin source url:https://github.com/zzz40500/GsonFormat +plugin tutorials:http://blog.csdn.net/dreamlivemeng/article/details/51262538 +recommend:four-star 1. Android Drawable Importer 为了适应所有Android屏幕的大小和密度,每个Android项目都会包含drawable文件夹。任何具备Android开发经验的开发人员都知道,为了支持所有的屏幕尺寸,你必须给每个屏幕类型导入不同的画板。Android Drawable Importer插件能让这项工作变得更容易。它可以减少导入缩放图像到Android项目所需的工作量。Android Drawable Importer添加了一个在不同分辨率导入画板或缩放指定图像到定义分辨率的选项。这个插件加速了开发人员的画板工作。 plugin download url:https://plugins.jetbrains.com/plugin/7658?pr=androidstudio -插件源码地址:https://github.com/winterDroid/android-drawable-importer-intellij-plugin -插件教程地址:http://blog.csdn.net/lee_sire/article/details/49684385 -推荐指数:三星 +plugin source url:https://github.com/winterDroid/android-drawable-importer-intellij-plugin +plugin tutorials:http://blog.csdn.net/lee_sire/article/details/49684385 +recommend:three-star 1. android-selector-chapek / SelectorChapek for Android 根据资源自动生成相应的selector。 plugin download url:https://plugins.jetbrains.com/plugin/7298 -插件源码地址:https://github.com/inmite/android-selector-chapek -推荐指数:四星 +plugin source url:https://github.com/inmite/android-selector-chapek +recommend:four-star 1. Android Parcelable code generator 快速实现Parcelable接口的插件。 plugin download url:https://plugins.jetbrains.com/plugin/7332?pr= -插件源码地址:https://github.com/mcharmas/android-parcelable-intellij-plugin/ -插件教程地址:http://blog.csdn.net/kroclin/article/details/40902721 -推荐指数:四星 +plugin source url:https://github.com/mcharmas/android-parcelable-intellij-plugin/ +plugin tutorials:http://blog.csdn.net/kroclin/article/details/40902721 +recommend:four-star 1. Markdown support Markdown 是一种可以使用普通文本编辑器编写的标记语言,通过类似HTML的标记语法,它可以使普通文本内容具有一定的格式。 plugin download url:https://plugins.jetbrains.com/plugin/7793 插件文档地址:https://github.com/JetBrains/intellij-plugins/tree/master/markdown -推荐指数:四星 +recommend:four-star 1. Markdown Navigator 一款Markdown插件,是https://github.com/nicoulaj/idea-markdown他的一个分支,但是主项目由于维护的原因已经从jetbrains中删除了,如果想了解主项目的也可以通过上面的github地址进行了解。 plugin download url:https://plugins.jetbrains.com/plugin/7896?pr= -插件源码地址:https://github.com/vsch/idea-multimarkdown -推荐指数:四星 +plugin source url:https://github.com/vsch/idea-multimarkdown +recommend:four-star 1. Android Postfix completion 可根据后缀快速完成代码。 plugin download url:https://plugins.jetbrains.com/plugin/7775?pr= -插件教程地址:http://blog.jetbrains.com/idea/2014/03/postfix-completion/ -推荐指数:五星 +plugin tutorials:http://blog.jetbrains.com/idea/2014/03/postfix-completion/ +recommend:five-star 1. AndroidAccessors 快速实现get和set方法的插件。 plugin download url:https://plugins.jetbrains.com/plugin/7496?pr= 插件文档地址:https://github.com/jonstaff/AndroidAccessors -推荐指数:三星 +recommend:three-star 1. Lifecycle Sorter 可以根据Activity或者fragment的生命周期对其生命周期方法位置进行先后排序。 plugin download url:https://plugins.jetbrains.com/plugin/7742?pr= -插件源码地址:https://github.com/armandAkop/Lifecycle-Sorter -推荐指数:五星 +plugin source url:https://github.com/armandAkop/Lifecycle-Sorter +recommend:five-star 1. ADB WIFI 无需root就能wifi调试。 plugin download url:https://plugins.jetbrains.com/plugin/7856?pr= -插件源码地址:https://github.com/layerlre/ADBWIFI -推荐指数: 五星 +plugin source url:https://github.com/layerlre/ADBWIFI +recommend: five-star 1. ADB Idea adb 调试工具,Uninstall App、Kill App、Start App、Restart App、Clear App Data、Clear App Data and Restart plugin download url:https://plugins.jetbrains.com/plugin/7380?pr= -插件源码地址:https://github.com/pbreault/adb-idea/ -推荐指数:五星 +plugin source url:https://github.com/pbreault/adb-idea/ +recommend:five-star 1. Android WiFiADB 无线调试应用 plugin download url:https://plugins.jetbrains.com/plugin/7983 -插件源码地址:https://github.com/pedrovgs/AndroidWiFiADB -推荐指数:五星 +plugin source url:https://github.com/pedrovgs/AndroidWiFiADB +recommend:five-star 1. CodeGlance 最大的用途:可用于快速定位代码。 plugin download url:https://plugins.jetbrains.com/plugin/7275?pr= -插件源码地址: https://github.com/Vektah/CodeGlance -推荐指数:五星 +plugin source url: https://github.com/Vektah/CodeGlance +recommend:five-star 1. JSONOnlineViewer 可实现直接在android studio中调试接口数据,可以选择请求类型,自定义请求头及请求体,json数据格式化后展示 plugin download url:https://plugins.jetbrains.com/plugin/7838?pr= -推荐指数:四星 +recommend:four-star 1. FindBugs-IDEA 通过FindBugs帮你找到隐藏的bug及不好的做法。 plugin download url:https://plugins.jetbrains.com/plugin/3847?pr= -插件源码地址:https://github.com/andrepdo/findbugs-idea/tree/master -插件教程地址:http://blog.csdn.net/fancy_xty/article/details/51718687 -推荐指数:四星 +plugin source url:https://github.com/andrepdo/findbugs-idea/tree/master +plugin tutorials:http://blog.csdn.net/fancy_xty/article/details/51718687 +recommend:four-star 1. jimu Mirror 这是一个可以让你在真实的设备上迅速测试布局的插件。jimu Mirror允许在设备上预览随同编码更新的Android布局。 plugin download url:https://plugins.jetbrains.com/plugin/7517?pr= -插件教程地址:http://www.itnose.net/detail/6204426.html -推荐指数:四星 +plugin tutorials:http://www.itnose.net/detail/6204426.html +recommend:four-star 1. JavaDoc 添加注释,可自定义模板。 plugin download url:https://plugins.jetbrains.com/plugin/?idea_ce&pluginId=7157 -插件源码地址:https://github.com/setial/intellij-javadocs -推荐指数: 五星 +plugin source url:https://github.com/setial/intellij-javadocs +recommend: five-star 1. Android strings.xml tools 可以用来管理Android项目中的字符串资源。它提供了排序Android本地文件和添加缺少的字符串的基本操作。虽然这个插件是有限制的,但如果应用程序有大量的字符串资源,那这个插件就非常有用了。 plugin download url:https://plugins.jetbrains.com/plugin/7498?pr= -插件源码地址:https://github.com/constantine-ivanov/strings-xml-tools -推荐指数:五星 +plugin source url:https://github.com/constantine-ivanov/strings-xml-tools +recommend:five-star 1. Robotium Recorder Robotium Recorder是一个自动化测试框架,用于测试在模拟器和Android设备上原生的和混合的移动应用程序。Robotium Recorder可以让你记录测试案例和用户操作。你也可以查看不同Android活动时的系统功能和用户测试场景。 plugin download url:https://plugins.jetbrains.com/plugin/7513?pr= 插件官方网址:http://robotium.com/ -推荐指数:四星 +recommend:four-star 1. Android Holo Colors Generator 通过自定义Holo主题颜色生成对应的Drawable和布局文件 plugin download url:https://plugins.jetbrains.com/plugin/7366?pr= -插件源码地址:https://github.com/jeromevdl/android-holo-colors-idea-plugin -推荐指数:四星 +plugin source url:https://github.com/jeromevdl/android-holo-colors-idea-plugin +recommend:four-star 1. lint-cleaner-plugin 删除未使用的资源,包括String字符串,颜色和尺寸。 这是一个Gradle插件,所以如何配置可以去github的源码上看。 -插件源码地址:https://github.com/marcoRS/lint-cleaner-plugin -推荐指数:四星 +plugin source url:https://github.com/marcoRS/lint-cleaner-plugin +recommend:four-star 1. codota 该网站搜集了大量的代码,号称超过700W的代码实例。提供了chrome和as插件。 plugin download url:https://plugins.jetbrains.com/plugin/7638?pr= 插件官方网址:https://www.codota.com/ -推荐指数:五星 +recommend:five-star 1. ECTranslation 一个androidstudio上面的翻译插件(将英文翻译为中文)。 plugin download url:https://plugins.jetbrains.com/plugin/8469 -插件源码地址:https://github.com/Skykai521/ECTranslation -推荐指数:四星 +plugin source url:https://github.com/Skykai521/ECTranslation +recommend:four-star 1. TranslationPlugin Android Studio/IntelliJ IDEA 翻译插件,可中英互译。暂时以jar方式安装。 plugin download url:https://github.com/YiiGuxing/TranslationPlugin -推荐指数:三星 +recommend:three-star 1. Android File Grouping Plugin 该插件可自动将前缀相同的文件归类显示到同一文件目录下,但不会因此而移动文件或创建文件夹。 plugin download url:https://github.com/dmytrodanylyk/folding-plugin/releases -插件源码地址:https://github.com/dmytrodanylyk/folding-plugin -推荐指数: 四星 +plugin source url:https://github.com/dmytrodanylyk/folding-plugin +recommend: four-star 1. PermissionsDispatcher 一个针对API 23,可在`Activity/Fragment`中快速生成`Runtime Permissions`代码的插件。 plugin download url:https://plugins.jetbrains.com/plugin/8349 -插件源码地址:https://github.com/shiraji/permissions-dispatcher-plugin -推荐指数: 四星 +plugin source url:https://github.com/shiraji/permissions-dispatcher-plugin +recommend: four-star 1. Android code Generator Android Studio/IntelliJ IDEA的安卓代码生成插件,帮助提高app的开发速度。可以从layout生成Activity类、Fragment类、Adapter类,从menu.xml生成menu代码等。 plugin download url:https://plugins.jetbrains.com/plugin/7595?pr= -插件源码地址:https://github.com/tmorcinek/android-codegenerator-plugin-intellij +plugin source url:https://github.com/tmorcinek/android-codegenerator-plugin-intellij 插件教程:(中文版)http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0523/4294.html、(英文版)http://tmorcinek.github.io/android-codegenerator-plugin-intellij/ -推荐指数:五星 +recommend:five-star 1. .ignore 项目中,每次add,commit的时候有可能会把Module生成的一些build文件/本地配置文件/iml文件提交上去。可以通过gitignore解决,如果你不想提交的文件,就可以在创建项目的时候将这个文件中添加即可,将一些通用的东西屏蔽掉。 plugin download url:https://plugins.jetbrains.com/plugin/7495?pr=androidstudio -插件源码地址:https://github.com/hsz/idea-gitignore -推荐指数:四星 +plugin source url:https://github.com/hsz/idea-gitignore +recommend:four-star 1. checkstyle-idea CheckStyle-IDEA 是一个检查代码风格的插件,比如像命名约定,Javadoc,类设计等方面进行代码规范和风格的检查,你们可以遵从像Google Oracle 的Java 代码指南 ,当然也可以按照自己的规则来设置配置文件,从而有效约束你自己更好地遵循代码编写规范。 plugin download url:https://plugins.jetbrains.com/plugin/1065?pr=androidstudio -插件源码地址:https://github.com/jshiell/checkstyle-idea -推荐指数:四星 +plugin source url:https://github.com/jshiell/checkstyle-idea +recommend:four-star 1. Android Methods Count 统计Android依赖库中方法的总个数。 (一个dex只能接受的65K并不是指方法数超过65K而报的错,而是指引用计数超过65K) -插件下载地址:https://plugins.jetbrains.com/plugin/8076?pr=androidstudio -推荐指数:四星 +plugin download url:https://plugins.jetbrains.com/plugin/8076?pr=androidstudio +recommend:four-star 1. Sexy Editor 设置代码性感背景图,还是比较强悍的。 -插件下载地址:https://plugins.jetbrains.com/plugin/1833?pr=androidstudio -插件源码地址:https://github.com/igorspasic/idea-sexyeditor -推荐指数:五星 +plugin download url:https://plugins.jetbrains.com/plugin/1833?pr=androidstudio +plugin source url:https://github.com/igorspasic/idea-sexyeditor +recommend:five-star 1. AndroidProguardPlugin Android一键生成项目混淆代码插件,现在jetbrains还在审核只能下载进行安装了,不能通过as插件直接搜索安装。因为混淆时很多同学比较头疼的一个事情,所以给5星。 -插件下载地址:https://raw.githubusercontent.com/zhonghanwen/AndroidProguardPlugin/master/AndroidProguard.zip -插件源码地址:https://github.com/zhonghanwen/AndroidProguardPlugin -推荐指数:五星 +plugin download url:https://raw.githubusercontent.com/zhonghanwen/AndroidProguardPlugin/master/AndroidProguard.zip +plugin source url:https://github.com/zhonghanwen/AndroidProguardPlugin +recommend:five-star 1. Android Studio Prettify 从布局文件一键生成对view的声明(不适用注解,形式为findviewById的方式),还可以将代码中的字符串写在String.xml文件中。 -插件下载地址:https://plugins.jetbrains.com/plugin/7405 -插件源码地址:https://github.com/Haehnchen/idea-android-studio-plugin -推荐指数:四星 +plugin download url:https://plugins.jetbrains.com/plugin/7405 +plugin source url:https://github.com/Haehnchen/idea-android-studio-plugin +recommend:four-star 1. Gradle Dependencies Helper Maven gradle依赖自动补全 -插件下载地址:https://plugins.jetbrains.com/plugin/7299 -插件源码地址:https://github.com/siosio/GradleDependenciesHelperPlugin -推荐指数:五星 +plugin download url:https://plugins.jetbrains.com/plugin/7299 +plugin source url:https://github.com/siosio/GradleDependenciesHelperPlugin +recommend:five-star 1. Remove ButterKnife ButterKnife这个第三方库每次更新之后,绑定view的注解都会改变,从bind,到inject,再到bindview,一旦升级,就会有巨量的代码需要手动修改,所以这个插件可以快速移除,将注解代码变成findviewbyId的形式。 -插件下载地址:https://plugins.jetbrains.com/plugin/8432 -插件源码地址:https://github.com/u3shadow/RemoveButterKnife -插件教程地址:https://github.com/u3shadow/RemoveButterKnife/blob/master/README.md -推荐指数:三星 +plugin download url:https://plugins.jetbrains.com/plugin/8432 +plugin source url:https://github.com/u3shadow/RemoveButterKnife +plugin tutorials:https://github.com/u3shadow/RemoveButterKnife/blob/master/README.md +recommend:three-star 1. Android DPI Calculator Dpi计算插件 -插件下载地址:https://plugins.jetbrains.com/plugin/7832 -插件源码地址:https://github.com/JerzyPuchalski/Android-DPI-Calculator -推荐指数:五星 +plugin download url:https://plugins.jetbrains.com/plugin/7832 +plugin source url:https://github.com/JerzyPuchalski/Android-DPI-Calculator +recommend:five-star 1. SingletonTest 快速生成单例模式的插件。单例模式的六种生成方式LazyUnSafe,LazySafe,Hungry,DoubleCheck,StaticInner,Enum(http://cantellow.iteye.com/blog/838473);插件需要从github中下载jar安装。 -插件源码地址:https://github.com/luhaoaimama1/SingletonTest -推荐指数:四星 +plugin source url:https://github.com/luhaoaimama1/SingletonTest +recommend:four-star 1. Android Localizationer 将项目中的 string 资源自动翻译为其他语言的 Android Studio/IntelliJ IDEA 插件。 -插件下载地址:https://plugins.jetbrains.com/plugin/7629 -插件源码地址:https://github.com/westlinkin/AndroidLocalizationer -推荐指数:四星 +plugin download url:https://plugins.jetbrains.com/plugin/7629 +plugin source url:https://github.com/westlinkin/AndroidLocalizationer +recommend:four-star 1. Material Theme UI 添加Material主题到你的AS -插件下载地址:https://plugins.jetbrains.com/plugin/8006?pr= -插件源码地址:https://github.com/ChrisRM/material-theme-jetbrains -推荐指数:五星 +plugin download url:https://plugins.jetbrains.com/plugin/8006?pr= +plugin source url:https://github.com/ChrisRM/material-theme-jetbrains +recommend:five-star 1. gradle-retrolambda 在java6,java7中也能使用Lambda表达式。这个使用方式跟其他插件不同,使用方式请看github的说明。 -插件源码地址:https://github.com/evant/gradle-retrolambda -推荐指数:五星 +plugin source url:https://github.com/evant/gradle-retrolambda +recommend:five-star 1. eventbus-intellij-plugin eventbus导航插件,方便快速查找,但是有2个pr没处理,已经有1年没维护更新了。 -插件源码地址:https://github.com/kgmyshin/eventbus-intellij-plugin -推荐指数:三星 +plugin source url:https://github.com/kgmyshin/eventbus-intellij-plugin +recommend:three-star 1. otto-intellij-plugin otto导航插件,也是很久没维护了,不过可以用。 -插件源码地址:https://github.com/square/otto-intellij-plugin -推荐指数:三星 +plugin source url:https://github.com/square/otto-intellij-plugin +recommend:three-star 1. dagger-intellij-plugin dagger可视化辅助工具 -插件源码地址:https://github.com/square/dagger-intellij-plugin -推荐指数:四星 +plugin source url:https://github.com/square/dagger-intellij-plugin +recommend:four-star 1. Android Styler 根据xml文件生成style文件的插件 -插件下载地址:https://plugins.jetbrains.com/plugin/7972 -插件源码地址:https://github.com/alexzaitsev/android-styler -推荐指数:四星 +plugin download url:https://plugins.jetbrains.com/plugin/7972 +plugin source url:https://github.com/alexzaitsev/android-styler +recommend:four-star 1. ideavim 能让开发使用vi,大大提高开发效率。 -插件下载地址:https://plugins.jetbrains.com/plugin/164?pr= -插件源码地址:https://github.com/JetBrains/ideavim -推荐指数:五星 +plugin download url:https://plugins.jetbrains.com/plugin/164?pr= +plugin source url:https://github.com/JetBrains/ideavim +recommend:five-star 1. Android Material Design Icon Generator 可以在Android项目中设置 material design样式图标(material design icons) -插件下载地址:https://plugins.jetbrains.com/plugin/7647?pr= -插件源码地址:https://github.com/konifar/android-material-design-icon-generator-plugin -推荐指数: 五星 +plugin download url:https://plugins.jetbrains.com/plugin/7647?pr= +plugin source url:https://github.com/konifar/android-material-design-icon-generator-plugin +recommend: five-star 1. Gradle Killer Gradle 卡死可以用这个插件。 -插件下载地址:https://plugins.jetbrains.com/plugin/7794?pr= -插件源码地址:https://github.com/KanbanApps/GradleKillerIdeaPlugin -推荐指数:五星 +plugin download url:https://plugins.jetbrains.com/plugin/7794?pr= +plugin source url:https://github.com/KanbanApps/GradleKillerIdeaPlugin +recommend:five-star 1. android-toolbox-plugin 能根据xml文件生成对应的ViewHolder类,可以是findviewbyId形式或者是ButterKnife刀形式,如果你使用ButterKnife。 -插件下载地址:https://plugins.jetbrains.com/plugin/7200 -插件源码地址:https://github.com/idamobile/android-toolbox-plugin -推荐指数:三星 +plugin download url:https://plugins.jetbrains.com/plugin/7200 +plugin source url:https://github.com/idamobile/android-toolbox-plugin +recommend:three-star 1. java2smali 能快速将当前java文件编译成smali文件,方便学习smali语法的童鞋来对比源码学习。 -插件下载地址:https://plugins.jetbrains.com/plugin/7385 -插件源码地址:https://github.com/ollide/intellij-java2smali -推荐指数:三星 +plugin download url:https://plugins.jetbrains.com/plugin/7385 +plugin source url:https://github.com/ollide/intellij-java2smali +recommend:three-star 1. PermissionsDispatcher plugin 自动生成android6.0权限代码 -插件下载地址:https://plugins.jetbrains.com/plugin/8349 -插件源码地址:https://github.com/shiraji/permissions-dispatcher-plugin -推荐指数:五星 +plugin download url:https://plugins.jetbrains.com/plugin/8349 +plugin source url:https://github.com/shiraji/permissions-dispatcher-plugin +recommend:five-star 1. WakaTime 记录你在IDE上工作的时间 -插件下载地址:https://plugins.jetbrains.com/plugin/7425 -插件源码地址:https://github.com/wakatime/jetbrains-wakatime -推荐指数:五星 +plugin download url:https://plugins.jetbrains.com/plugin/7425 +plugin source url:https://github.com/wakatime/jetbrains-wakatime +recommend:five-star 1. Exynap Exynap是一个帮助你快速查找和完成代码插入的AndroidStudio插件。你只需输入一个命令按回车就能调出一段代码,而这个命令也不需要你去记,只需输入大致意思就可以了,Exynap提供了上千种智能代码解决方案。 -插件下载地址:https://plugins.jetbrains.com/plugin/8600?pr=idea +plugin download url:https://plugins.jetbrains.com/plugin/8600?pr=idea 插件主页地址:http://exynap.com/ -插件教程地址:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0908/6606.html -推荐指数:五星 +plugin tutorials:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0908/6606.html +recommend:five-star 1. MVPHelper 一款Intellj IDEA 和Android Studio 自动生成MVP模式所需接口以及实现类的插件。 -插件下载地址:https://plugins.jetbrains.com/plugin/8507?pr=idea -插件源码地址:https://github.com/githubwing/MVPHelper -推荐指数:四星 +plugin download url:https://plugins.jetbrains.com/plugin/8507?pr=idea +plugin source url:https://github.com/githubwing/MVPHelper +recommend:four-star 21. InnerBuilder 一款Intellj IDEA 和Android Studio自动生成内部类Builder代码的插件。 - 插件下载地址:https://plugins.jetbrains.com/plugin/7354 - 插件源码地址:https://github.com/analytically/innerbuilder - 推荐指数:四星 + plugin download url:https://plugins.jetbrains.com/plugin/7354 + plugin source url:https://github.com/analytically/innerbuilder + recommend:four-star Thanks ------ * Everyone who has contributed code and reported issues! -* 如果大家有好的开源插件分享可以直接提交pr,有问题可以直接提交issues或者邮件私信我。如果推荐指数不准确可以直接进行修改。推荐指数来源于三个指标(jetbrains,stars,实用性)。再次感谢开源作者们! +* 如果大家有好的开源插件分享可以直接提交pr,有问题可以直接提交issues或者邮件私信我。如果recommend不准确可以直接进行修改。recommend来源于三个指标(jetbrains,stars,实用性)。再次感谢开源作者们! 关于作者 ------ From d9fe9aee7c9b57d3c5c0cb9607226b6c199158f6 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 21 Feb 2017 19:33:55 +0800 Subject: [PATCH 28/38] commit commit ,Only translate the part. --- EnglishVersion/README_English.md | 62 ++++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/EnglishVersion/README_English.md b/EnglishVersion/README_English.md index 6b4817d..ba11bc0 100644 --- a/EnglishVersion/README_English.md +++ b/EnglishVersion/README_English.md @@ -18,13 +18,13 @@ _or_ 1. Android ButterKnife Zelezny ButterKnife is a focus on the Android system View into the framework, and can reduce a lot of the findViewById setOnClickListener code, visualization of a key generation. ####PS:Please open the link to see the effect. -plugin download url:https://plugins.jetbrains.com/plugin/7369?pr=androidstudio   -plugin source url: https://github.com/avast/android-butterknife-zelezny   -plugin tutorials:http://blog.csdn.net/dreamlivemeng/article/details/51261170   +plugin download url:https://plugins.jetbrains.com/plugin/7369?pr=androidstudio +plugin source url: https://github.com/avast/android-butterknife-zelezny +plugin tutorials:http://blog.csdn.net/dreamlivemeng/article/details/51261170 recommend:five-star  1. GsonFormat -GsonFormat是一个快速格式化json数据,自动生成实体类参数的插件。 +GsonFormat is a quick format json data, automatically generated entity class parameter of the plugin. plugin download url:https://plugins.jetbrains.com/plugin/7654?pr=androidstudio plugin source url:https://github.com/zzz40500/GsonFormat plugin tutorials:http://blog.csdn.net/dreamlivemeng/article/details/51262538 @@ -38,157 +38,157 @@ plugin tutorials:http://blog.csdn.net/lee_sire/article/details/49684385 recommend:three-star 1. android-selector-chapek / SelectorChapek for Android -根据资源自动生成相应的selector。 +According to the resource file to automatically generate the corresponding selector. plugin download url:https://plugins.jetbrains.com/plugin/7298 plugin source url:https://github.com/inmite/android-selector-chapek recommend:four-star 1. Android Parcelable code generator -快速实现Parcelable接口的插件。 +Quickly implement Parcelable interface plugin. plugin download url:https://plugins.jetbrains.com/plugin/7332?pr= plugin source url:https://github.com/mcharmas/android-parcelable-intellij-plugin/ plugin tutorials:http://blog.csdn.net/kroclin/article/details/40902721 recommend:four-star 1. Markdown support -Markdown 是一种可以使用普通文本编辑器编写的标记语言,通过类似HTML的标记语法,它可以使普通文本内容具有一定的格式。 +Markdown is also can use a simple text editor to write the markup language, a similar HTML tag syntax, it can make plain text content has a certain format. plugin download url:https://plugins.jetbrains.com/plugin/7793 -插件文档地址:https://github.com/JetBrains/intellij-plugins/tree/master/markdown +plugin document url:https://github.com/JetBrains/intellij-plugins/tree/master/markdown   recommend:four-star 1. Markdown Navigator -一款Markdown插件,是https://github.com/nicoulaj/idea-markdown他的一个分支,但是主项目由于维护的原因已经从jetbrains中删除了,如果想了解主项目的也可以通过上面的github地址进行了解。 +A Markdown plug-in, is a branch of https://github.com/nicoulaj/idea-markdown he, but the main project because of maintenance has been deleted from the jetbrains, if you want to understand the purpose of additional qualifications can be understand by making the address above. plugin download url:https://plugins.jetbrains.com/plugin/7896?pr= plugin source url:https://github.com/vsch/idea-multimarkdown recommend:four-star 1. Android Postfix completion -可根据后缀快速完成代码。 +According to the suffix fast code completion. plugin download url:https://plugins.jetbrains.com/plugin/7775?pr= plugin tutorials:http://blog.jetbrains.com/idea/2014/03/postfix-completion/ recommend:five-star 1. AndroidAccessors -快速实现get和set方法的插件。 +The plugins rapidly get() and set() methods.   plugin download url:https://plugins.jetbrains.com/plugin/7496?pr= 插件文档地址:https://github.com/jonstaff/AndroidAccessors recommend:three-star 1. Lifecycle Sorter -可以根据Activity或者fragment的生命周期对其生命周期方法位置进行先后排序。 +According to the Activity or fragments of life cycle of the life cycle method position order was successively. plugin download url:https://plugins.jetbrains.com/plugin/7742?pr= plugin source url:https://github.com/armandAkop/Lifecycle-Sorter recommend:five-star 1. ADB WIFI -无需root就能wifi调试。 +Could be wifi debugging without root. plugin download url:https://plugins.jetbrains.com/plugin/7856?pr= plugin source url:https://github.com/layerlre/ADBWIFI recommend: five-star 1. ADB Idea -adb 调试工具,Uninstall App、Kill App、Start App、Restart App、Clear App Data、Clear App Data and Restart +adb debug tool,Uninstall App、Kill App、Start App、Restart App、Clear App Data、Clear App Data and Restart plugin download url:https://plugins.jetbrains.com/plugin/7380?pr= plugin source url:https://github.com/pbreault/adb-idea/ recommend:five-star 1. Android WiFiADB -无线调试应用 +The wireless application debugging. plugin download url:https://plugins.jetbrains.com/plugin/7983 plugin source url:https://github.com/pedrovgs/AndroidWiFiADB recommend:five-star 1. CodeGlance -最大的用途:可用于快速定位代码。 +Can be used to quickly locate the code. plugin download url:https://plugins.jetbrains.com/plugin/7275?pr= plugin source url: https://github.com/Vektah/CodeGlance recommend:five-star 1. JSONOnlineViewer -可实现直接在android studio中调试接口数据,可以选择请求类型,自定义请求头及请求体,json数据格式化后展示 +Can be directly in the android debug interface data in the studio, can choose the type of request, the custom request header and the request body, after the json data format. plugin download url:https://plugins.jetbrains.com/plugin/7838?pr= recommend:four-star 1. FindBugs-IDEA -通过FindBugs帮你找到隐藏的bug及不好的做法。 +By FindBugs help you find the hidden bugs and bad practice. plugin download url:https://plugins.jetbrains.com/plugin/3847?pr= plugin source url:https://github.com/andrepdo/findbugs-idea/tree/master plugin tutorials:http://blog.csdn.net/fancy_xty/article/details/51718687 recommend:four-star 1. jimu Mirror -这是一个可以让你在真实的设备上迅速测试布局的插件。jimu Mirror允许在设备上预览随同编码更新的Android布局。 +This is a can let you in a real device quickly test the layout of the plugin. Jimu Mirror allows the preview on the device with Android layout code update. plugin download url:https://plugins.jetbrains.com/plugin/7517?pr= plugin tutorials:http://www.itnose.net/detail/6204426.html recommend:four-star 1. JavaDoc -添加注释,可自定义模板。 +Add comments, customizable templates. plugin download url:https://plugins.jetbrains.com/plugin/?idea_ce&pluginId=7157 plugin source url:https://github.com/setial/intellij-javadocs recommend: five-star 1. Android strings.xml tools -可以用来管理Android项目中的字符串资源。它提供了排序Android本地文件和添加缺少的字符串的基本操作。虽然这个插件是有限制的,但如果应用程序有大量的字符串资源,那这个插件就非常有用了。 +The string resource can be used to manage the Android project. It provides a sort of Android local file and add the lack of the basic operation of the string. This plugin is limited, but if there are plenty of string resources application, that this plugin is very useful. plugin download url:https://plugins.jetbrains.com/plugin/7498?pr= plugin source url:https://github.com/constantine-ivanov/strings-xml-tools recommend:five-star 1. Robotium Recorder -Robotium Recorder是一个自动化测试框架,用于测试在模拟器和Android设备上原生的和混合的移动应用程序。Robotium Recorder可以让你记录测试案例和用户操作。你也可以查看不同Android活动时的系统功能和用户测试场景。 +Robotium Recorder is an automated testing framework for the test on the simulator and Android devices native mobile applications and mix. Robotium Recorder allows you to record test cases and user operation. You can also see different Android activity of system function and user test scenarios. plugin download url:https://plugins.jetbrains.com/plugin/7513?pr= 插件官方网址:http://robotium.com/ recommend:four-star 1. Android Holo Colors Generator -通过自定义Holo主题颜色生成对应的Drawable和布局文件 +Through the custom Holo theme colors generate the corresponding Drawable and layout file. plugin download url:https://plugins.jetbrains.com/plugin/7366?pr= plugin source url:https://github.com/jeromevdl/android-holo-colors-idea-plugin recommend:four-star 1. lint-cleaner-plugin -删除未使用的资源,包括String字符串,颜色和尺寸。 这是一个Gradle插件,所以如何配置可以去github的源码上看。 +Delete unused resources, including String String, color and size. This is a Gradle plugin, so how to configure can go to a lot of source point of view. plugin source url:https://github.com/marcoRS/lint-cleaner-plugin recommend:four-star 1. codota -该网站搜集了大量的代码,号称超过700W的代码实例。提供了chrome和as插件。 +The site to collect a lot of code, the code examples of more than 700 w. Provides the chrome and the as plugins. plugin download url:https://plugins.jetbrains.com/plugin/7638?pr= 插件官方网址:https://www.codota.com/ recommend:five-star 1. ECTranslation -一个androidstudio上面的翻译插件(将英文翻译为中文)。 +A androidstudio above translation plugin (translate English into Chinese). plugin download url:https://plugins.jetbrains.com/plugin/8469 plugin source url:https://github.com/Skykai521/ECTranslation recommend:four-star 1. TranslationPlugin -Android Studio/IntelliJ IDEA 翻译插件,可中英互译。暂时以jar方式安装。 +Plugin, Android Studio/IntelliJ IDEA translation into English. To install the jar way temporarily. plugin download url:https://github.com/YiiGuxing/TranslationPlugin recommend:three-star 1. Android File Grouping Plugin -该插件可自动将前缀相同的文件归类显示到同一文件目录下,但不会因此而移动文件或创建文件夹。 +The plugin can be automatically categorized according to the prefix of the same file to the same file directory, but do not move files or create folders. plugin download url:https://github.com/dmytrodanylyk/folding-plugin/releases plugin source url:https://github.com/dmytrodanylyk/folding-plugin recommend: four-star 1. PermissionsDispatcher -一个针对API 23,可在`Activity/Fragment`中快速生成`Runtime Permissions`代码的插件。 +One for API 23, can be in ` Activity/fragments in ` quickly generate ` Runtime Permissions ` plugin code. plugin download url:https://plugins.jetbrains.com/plugin/8349 plugin source url:https://github.com/shiraji/permissions-dispatcher-plugin recommend: four-star 1. Android code Generator -Android Studio/IntelliJ IDEA的安卓代码生成插件,帮助提高app的开发速度。可以从layout生成Activity类、Fragment类、Adapter类,从menu.xml生成menu代码等。 +Android Studio/IntelliJ IDEA Android code generation plug-in, to help speed up the development of the app. Activity can be generated from the layout, fragments, Adapter classes, from the menu. The XML generated menu code, etc. plugin download url:https://plugins.jetbrains.com/plugin/7595?pr= plugin source url:https://github.com/tmorcinek/android-codegenerator-plugin-intellij 插件教程:(中文版)http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0523/4294.html、(英文版)http://tmorcinek.github.io/android-codegenerator-plugin-intellij/ recommend:five-star 1. .ignore -项目中,每次add,commit的时候有可能会把Module生成的一些build文件/本地配置文件/iml文件提交上去。可以通过gitignore解决,如果你不想提交的文件,就可以在创建项目的时候将这个文件中添加即可,将一些通用的东西屏蔽掉。 +Project, add every time, when the commit is likely to put the Module to generate some of the build file/local configuration file/on iml documents submitted. Can be solved by gitignore, if you don't want to submit the documents, can create a project when will this file can be added, some general block. plugin download url:https://plugins.jetbrains.com/plugin/7495?pr=androidstudio plugin source url:https://github.com/hsz/idea-gitignore recommend:four-star From 2656b370940cc396fca910a7679115c66aa7488e Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Wed, 22 Feb 2017 18:15:29 +0800 Subject: [PATCH 29/38] commint english version commint english version --- EnglishVersion/README_English.md | 68 ++++++++++++++++---------------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/EnglishVersion/README_English.md b/EnglishVersion/README_English.md index ba11bc0..bc107ff 100644 --- a/EnglishVersion/README_English.md +++ b/EnglishVersion/README_English.md @@ -31,7 +31,7 @@ plugin tutorials:http://blog.csdn.net/dreamlivemeng/article/details/51262538 recommend:four-star 1. Android Drawable Importer -为了适应所有Android屏幕的大小和密度,每个Android项目都会包含drawable文件夹。任何具备Android开发经验的开发人员都知道,为了支持所有的屏幕尺寸,你必须给每个屏幕类型导入不同的画板。Android Drawable Importer插件能让这项工作变得更容易。它可以减少导入缩放图像到Android项目所需的工作量。Android Drawable Importer添加了一个在不同分辨率导入画板或缩放指定图像到定义分辨率的选项。这个插件加速了开发人员的画板工作。 +In order to meet all the Android screen size and density, each Android project contains drawable folder. Anyone with the Android development experience developers know, in order to support all the screen size, you must give each screen type into different drawing board. Android Drawable Importer plugin can make the job easier. It can reduce import zooming in the effort required to Android project. Android Drawable Importer import added a in different resolution panel or scaling specifies the image to define resolution option. This plugin speeds up the developer's sketchpad. plugin download url:https://plugins.jetbrains.com/plugin/7658?pr=androidstudio plugin source url:https://github.com/winterDroid/android-drawable-importer-intellij-plugin plugin tutorials:http://blog.csdn.net/lee_sire/article/details/49684385 @@ -71,7 +71,7 @@ recommend:five-star 1. AndroidAccessors The plugins rapidly get() and set() methods.   plugin download url:https://plugins.jetbrains.com/plugin/7496?pr= -插件文档地址:https://github.com/jonstaff/AndroidAccessors +plugin ddocument url:https://github.com/jonstaff/AndroidAccessors recommend:three-star 1. Lifecycle Sorter @@ -154,7 +154,7 @@ recommend:four-star 1. codota The site to collect a lot of code, the code examples of more than 700 w. Provides the chrome and the as plugins. plugin download url:https://plugins.jetbrains.com/plugin/7638?pr= -插件官方网址:https://www.codota.com/ +plugin official url:https://www.codota.com/ recommend:five-star 1. ECTranslation @@ -184,7 +184,8 @@ recommend: four-star Android Studio/IntelliJ IDEA Android code generation plug-in, to help speed up the development of the app. Activity can be generated from the layout, fragments, Adapter classes, from the menu. The XML generated menu code, etc. plugin download url:https://plugins.jetbrains.com/plugin/7595?pr= plugin source url:https://github.com/tmorcinek/android-codegenerator-plugin-intellij -插件教程:(中文版)http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0523/4294.html、(英文版)http://tmorcinek.github.io/android-codegenerator-plugin-intellij/ +plugin tutorials: (Chinese version)http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0523/4294.html +(English version)http://tmorcinek.github.io/android-codegenerator-plugin-intellij/ recommend:five-star 1. .ignore @@ -194,154 +195,155 @@ plugin source url:https://github.com/hsz/idea-gitignore recommend:four-star 1. checkstyle-idea -CheckStyle-IDEA 是一个检查代码风格的插件,比如像命名约定,Javadoc,类设计等方面进行代码规范和风格的检查,你们可以遵从像Google Oracle 的Java 代码指南 ,当然也可以按照自己的规则来设置配置文件,从而有效约束你自己更好地遵循代码编写规范。 +CheckStyle - check out the code style. The IDEA is a plug-in, such as naming conventions, Javadoc, class design specification for code and style of examination, and you can follow like Google Oracle Java code guide, of course, can also according to their own rules to set up the configuration files, thus effectively constrain yourself better follow the coding standard. plugin download url:https://plugins.jetbrains.com/plugin/1065?pr=androidstudio plugin source url:https://github.com/jshiell/checkstyle-idea recommend:four-star 1. Android Methods Count -统计Android依赖库中方法的总个数。 (一个dex只能接受的65K并不是指方法数超过65K而报的错,而是指引用计数超过65K) +Methods the total number of statistics Android dependent libraries. (a dex can only accept 65 k is not refers to the method of more than 65 k and submitted to the fault, but the guide in count more than 65k) plugin download url:https://plugins.jetbrains.com/plugin/8076?pr=androidstudio recommend:four-star 1. Sexy Editor -设置代码性感背景图,还是比较强悍的。 +Background setup code sex appeal, or to be more difficult. plugin download url:https://plugins.jetbrains.com/plugin/1833?pr=androidstudio plugin source url:https://github.com/igorspasic/idea-sexyeditor recommend:five-star 1. AndroidProguardPlugin -Android一键生成项目混淆代码插件,现在jetbrains还在审核只能下载进行安装了,不能通过as插件直接搜索安装。因为混淆时很多同学比较头疼的一个事情,所以给5星。 +Android obfuscated code plug-ins, a key generation project now jetbrains also in audit can only download for installation, not through direct search as plug-in installed. Because confusion when many students one of the biggest headache of things, so give 5 stars. plugin download url:https://raw.githubusercontent.com/zhonghanwen/AndroidProguardPlugin/master/AndroidProguard.zip plugin source url:https://github.com/zhonghanwen/AndroidProguardPlugin recommend:five-star 1. Android Studio Prettify -从布局文件一键生成对view的声明(不适用注解,形式为findviewById的方式),还可以将代码中的字符串写在String.xml文件中。 +From a key generation layout file to view the statement (note, not apply form for the findviewById method), you can also write code the String in the String.xml file.   plugin download url:https://plugins.jetbrains.com/plugin/7405 plugin source url:https://github.com/Haehnchen/idea-android-studio-plugin recommend:four-star 1. Gradle Dependencies Helper -Maven gradle依赖自动补全 +Maven gradle rely on automatic completion。 . plugin download url:https://plugins.jetbrains.com/plugin/7299 plugin source url:https://github.com/siosio/GradleDependenciesHelperPlugin recommend:five-star 1. Remove ButterKnife -ButterKnife这个第三方库每次更新之后,绑定view的注解都会改变,从bind,到inject,再到bindview,一旦升级,就会有巨量的代码需要手动修改,所以这个插件可以快速移除,将注解代码变成findviewbyId的形式。 +ButterKnife the third-party libraries after each update, binding the view annotations will change, from the bind, to inject to bindview, once the upgrade, there will be a huge amount of code needs to manually modify, so this plug-in can be quickly removed, to annotate the code into the form of the findviewbyId. plugin download url:https://plugins.jetbrains.com/plugin/8432 plugin source url:https://github.com/u3shadow/RemoveButterKnife plugin tutorials:https://github.com/u3shadow/RemoveButterKnife/blob/master/README.md recommend:three-star 1. Android DPI Calculator -Dpi计算插件 +Dpi computing plugin plugin download url:https://plugins.jetbrains.com/plugin/7832 plugin source url:https://github.com/JerzyPuchalski/Android-DPI-Calculator recommend:five-star 1. SingletonTest -快速生成单例模式的插件。单例模式的六种生成方式LazyUnSafe,LazySafe,Hungry,DoubleCheck,StaticInner,Enum(http://cantellow.iteye.com/blog/838473);插件需要从github中下载jar安装。 +Quickly generate singleton pattern plug-in. The singleton pattern of six generation. +LazyUnSafe,LazySafe,Hungry,DoubleCheck,StaticInner,Enum(http://cantellow.iteye.com/blog/838473);Plugin need to download the jar from making installation. plugin source url:https://github.com/luhaoaimama1/SingletonTest recommend:four-star 1. Android Localizationer -将项目中的 string 资源自动翻译为其他语言的 Android Studio/IntelliJ IDEA 插件。 +String of project resources will be automatically translated into other languages Android Studio/IntelliJ IDEA plug-ins. plugin download url:https://plugins.jetbrains.com/plugin/7629 plugin source url:https://github.com/westlinkin/AndroidLocalizationer recommend:four-star 1. Material Theme UI -添加Material主题到你的AS +Add Material Theme to the AS. plugin download url:https://plugins.jetbrains.com/plugin/8006?pr= plugin source url:https://github.com/ChrisRM/material-theme-jetbrains recommend:five-star 1. gradle-retrolambda -在java6,java7中也能使用Lambda表达式。这个使用方式跟其他插件不同,使用方式请看github的说明。 +In java6, can also use a Lambda expressions in Java 7. This usage is different from other plug-ins, use see lot. plugin source url:https://github.com/evant/gradle-retrolambda recommend:five-star 1. eventbus-intellij-plugin -eventbus导航插件,方便快速查找,但是有2个pr没处理,已经有1年没维护更新了。 +Eventbus navigation plug-in, convenient and quick search, but there are two pr processing, have not maintenance updates for 1 year. plugin source url:https://github.com/kgmyshin/eventbus-intellij-plugin recommend:three-star 1. otto-intellij-plugin -otto导航插件,也是很久没维护了,不过可以用。 +Otto navigation plug-in, and haven't maintenance, but can be used. plugin source url:https://github.com/square/otto-intellij-plugin recommend:three-star 1. dagger-intellij-plugin -dagger可视化辅助工具 +Dagger visual AIDS plugin source url:https://github.com/square/dagger-intellij-plugin recommend:four-star 1. Android Styler -根据xml文件生成style文件的插件 +According to the XML file generated plugin style file. plugin download url:https://plugins.jetbrains.com/plugin/7972 plugin source url:https://github.com/alexzaitsev/android-styler recommend:four-star 1. ideavim -能让开发使用vi,大大提高开发效率。 +Can let the development use vi, greatly improve the efficiency of development. plugin download url:https://plugins.jetbrains.com/plugin/164?pr= plugin source url:https://github.com/JetBrains/ideavim recommend:five-star 1. Android Material Design Icon Generator -可以在Android项目中设置 material design样式图标(material design icons) +The material can be set in the Android project design style icon (material design ICONS) plugin download url:https://plugins.jetbrains.com/plugin/7647?pr= plugin source url:https://github.com/konifar/android-material-design-icon-generator-plugin recommend: five-star 1. Gradle Killer -Gradle 卡死可以用这个插件。 +A plugin that adds a button to your IDE to kill the current Gradle task. plugin download url:https://plugins.jetbrains.com/plugin/7794?pr= plugin source url:https://github.com/KanbanApps/GradleKillerIdeaPlugin recommend:five-star 1. android-toolbox-plugin -能根据xml文件生成对应的ViewHolder类,可以是findviewbyId形式或者是ButterKnife刀形式,如果你使用ButterKnife。 +Android developement speed up plugin for IDEA,According to the XML file can generate the corresponding ViewHolder classes, can be the findviewbyId form or ButterKnife knife form, if you use ButterKnife. plugin download url:https://plugins.jetbrains.com/plugin/7200 plugin source url:https://github.com/idamobile/android-toolbox-plugin recommend:three-star 1. java2smali -能快速将当前java文件编译成smali文件,方便学习smali语法的童鞋来对比源码学习。 +A plugin for IntelliJ IDEA & Android Studio to easily compile Java & Kotlin files to smali. Can quickly to compile the current Java file into a smali files, convenient smali grammar 'shoes to compare the source code for learning. plugin download url:https://plugins.jetbrains.com/plugin/7385 plugin source url:https://github.com/ollide/intellij-java2smali recommend:three-star 1. PermissionsDispatcher plugin -自动生成android6.0权限代码 +IntelliJ plugin for supporting PermissionsDispatcher. This is NOT official plugin.Automatically generate android6.0 access code. plugin download url:https://plugins.jetbrains.com/plugin/8349 plugin source url:https://github.com/shiraji/permissions-dispatcher-plugin recommend:five-star 1. WakaTime -记录你在IDE上工作的时间 +Record your working time on the IDE plugin download url:https://plugins.jetbrains.com/plugin/7425 plugin source url:https://github.com/wakatime/jetbrains-wakatime recommend:five-star 1. Exynap - Exynap是一个帮助你快速查找和完成代码插入的AndroidStudio插件。你只需输入一个命令按回车就能调出一段代码,而这个命令也不需要你去记,只需输入大致意思就可以了,Exynap提供了上千种智能代码解决方案。 +Exynap is a help you quickly find and complete the code inserted AndroidStudio plug-in. You only need to input a command and press enter to bring up a piece of code, and this command also don't need you to remember, simply enter the rough, Exynap provides thousands of intelligent code solution. plugin download url:https://plugins.jetbrains.com/plugin/8600?pr=idea -插件主页地址:http://exynap.com/ +plugin home page url:http://exynap.com/ plugin tutorials:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0908/6606.html recommend:five-star 1. MVPHelper - 一款Intellj IDEA 和Android Studio 自动生成MVP模式所需接口以及实现类的插件。 +A Intellj IDEA and Android Studio to automatically generate the MVP pattern required plug-in interface and implementation classes. plugin download url:https://plugins.jetbrains.com/plugin/8507?pr=idea plugin source url:https://github.com/githubwing/MVPHelper recommend:four-star 21. InnerBuilder - 一款Intellj IDEA 和Android Studio自动生成内部类Builder代码的插件。 + A Intellj IDEA and Android Studio plug-in Builder automatically generated inner class code. plugin download url:https://plugins.jetbrains.com/plugin/7354 plugin source url:https://github.com/analytically/innerbuilder recommend:four-star @@ -349,9 +351,9 @@ recommend:four-star Thanks ------ * Everyone who has contributed code and reported issues! -* 如果大家有好的开源插件分享可以直接提交pr,有问题可以直接提交issues或者邮件私信我。如果recommend不准确可以直接进行修改。recommend来源于三个指标(jetbrains,stars,实用性)。再次感谢开源作者们! +* If you have a good open source sharing can submit pr directly, there is a problem can be directly submitted issues or E-mail messages to me. If how inaccurate can be modified directly. How is derived from the three indicators (jetbrains, stars, practical). Thank you again for the open source authors! -关于作者 +About the author ------ * QQ群:490832714 * Email:dreamlivemeng@gmail.com From 6136126a88891342d58e058f7cb72e3726f47659 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Wed, 22 Feb 2017 18:17:07 +0800 Subject: [PATCH 30/38] Update README_English.md --- EnglishVersion/README_English.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnglishVersion/README_English.md b/EnglishVersion/README_English.md index bc107ff..7f8f0be 100644 --- a/EnglishVersion/README_English.md +++ b/EnglishVersion/README_English.md @@ -282,7 +282,7 @@ plugin source url:https://github.com/square/dagger-intellij-plugin recommend:four-star 1. Android Styler -According to the XML file generated plugin style file. +According to the XML file generated plugin style file. plugin download url:https://plugins.jetbrains.com/plugin/7972 plugin source url:https://github.com/alexzaitsev/android-styler recommend:four-star From d23694368bc6fe6bfdc393ec156b5e9422a39b69 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 28 Mar 2017 16:55:12 +0800 Subject: [PATCH 31/38] add Statistic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add Statistic代码总数统计插件 --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 415e65e..c8d6c9c 100644 --- a/README.md +++ b/README.md @@ -341,12 +341,18 @@ Gradle 卡死可以用这个插件。 插件源码地址:https://github.com/githubwing/MVPHelper 推荐指数:四星 -21. InnerBuilder +1. InnerBuilder 一款Intellj IDEA 和Android Studio自动生成内部类Builder代码的插件。 插件下载地址:https://plugins.jetbrains.com/plugin/7354 插件源码地址:https://github.com/analytically/innerbuilder - 推荐指数:四星 - + 推荐指数:四星 +1. Statistic + 一款统计项目源代码总行数,源代码行数,源代码行数占比,注释行数,注释行数占比,空白行数,空白行数占比的插件。 + 插件下载地址:https://plugins.jetbrains.com/plugin/4509-statistic + 插件教程地址: + 推荐指数:五星 + + Thanks ------ * Everyone who has contributed code and reported issues! From 16dc87e86321bc13100f08a0bbdf18db22f21f93 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 28 Mar 2017 16:56:15 +0800 Subject: [PATCH 32/38] add Statistic add Statistic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8d6c9c..26df8ef 100644 --- a/README.md +++ b/README.md @@ -348,9 +348,9 @@ Gradle 卡死可以用这个插件。 推荐指数:四星 1. Statistic 一款统计项目源代码总行数,源代码行数,源代码行数占比,注释行数,注释行数占比,空白行数,空白行数占比的插件。 - 插件下载地址:https://plugins.jetbrains.com/plugin/4509-statistic + 插件下载地址:https://plugins.jetbrains.com/plugin/4509-statistic 插件教程地址: - 推荐指数:五星 + 推荐指数:五星 Thanks From 7792264887100d043e00c49d790d90f01bea8b43 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 28 Mar 2017 16:58:34 +0800 Subject: [PATCH 33/38] add Statistic add Statistic --- EnglishVersion/README_English.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/EnglishVersion/README_English.md b/EnglishVersion/README_English.md index 7f8f0be..06c7bd9 100644 --- a/EnglishVersion/README_English.md +++ b/EnglishVersion/README_English.md @@ -342,11 +342,16 @@ plugin download url:https://plugins.jetbrains.com/plugin/8507?pr=idea plugin source url:https://github.com/githubwing/MVPHelper recommend:four-star -21. InnerBuilder +1. InnerBuilder A Intellj IDEA and Android Studio plug-in Builder automatically generated inner class code. plugin download url:https://plugins.jetbrains.com/plugin/7354 plugin source url:https://github.com/analytically/innerbuilder - recommend:four-star + recommend:four-star + 1. Statistic +A total number of lines of source code, the number of source lines, the number of lines of source code, the number of comment lines, the number of comment lines, the number of blank lines, the number of blank lines. + plugin download url:https://plugins.jetbrains.com/plugin/4509-statistic + plugin tutorials: + recommend:five-star Thanks ------ From 68184168ef7f3b20f861cdf5b6597c4f69a1c5b2 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 28 Mar 2017 16:59:05 +0800 Subject: [PATCH 34/38] add Statistic add Statistic --- EnglishVersion/README_English.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnglishVersion/README_English.md b/EnglishVersion/README_English.md index 06c7bd9..8d6efa7 100644 --- a/EnglishVersion/README_English.md +++ b/EnglishVersion/README_English.md @@ -349,7 +349,7 @@ recommend:four-star recommend:four-star 1. Statistic A total number of lines of source code, the number of source lines, the number of lines of source code, the number of comment lines, the number of comment lines, the number of blank lines, the number of blank lines. - plugin download url:https://plugins.jetbrains.com/plugin/4509-statistic + plugin download url:https://plugins.jetbrains.com/plugin/4509-statistic plugin tutorials: recommend:five-star From ceded97326b91382873a9a686882ae23f44cb9f6 Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 28 Mar 2017 17:00:00 +0800 Subject: [PATCH 35/38] add Statistic add Statistic --- EnglishVersion/README_English.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnglishVersion/README_English.md b/EnglishVersion/README_English.md index 8d6efa7..8c11d35 100644 --- a/EnglishVersion/README_English.md +++ b/EnglishVersion/README_English.md @@ -350,7 +350,7 @@ recommend:four-star 1. Statistic A total number of lines of source code, the number of source lines, the number of lines of source code, the number of comment lines, the number of comment lines, the number of blank lines, the number of blank lines. plugin download url:https://plugins.jetbrains.com/plugin/4509-statistic - plugin tutorials: + plugin tutorials:http://blog.csdn.net/dreamlivemeng/article/details/67637789 recommend:five-star Thanks From ac9cbe71ccce1a75759e43ba3e5d3a2356901f7e Mon Sep 17 00:00:00 2001 From: dreamlivemeng Date: Tue, 28 Mar 2017 17:00:37 +0800 Subject: [PATCH 36/38] add Statistic add Statistic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26df8ef..8c15507 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ Gradle 卡死可以用这个插件。 1. Statistic 一款统计项目源代码总行数,源代码行数,源代码行数占比,注释行数,注释行数占比,空白行数,空白行数占比的插件。 插件下载地址:https://plugins.jetbrains.com/plugin/4509-statistic - 插件教程地址: + 插件教程地址:http://blog.csdn.net/dreamlivemeng/article/details/67637789 推荐指数:五星 From eb39f5c6a141a9896d174773fd58cca8d44f0006 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 23:53:58 -0300 Subject: [PATCH 37/38] Fix broken Markdown headings --- EnglishVersion/README_English.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EnglishVersion/README_English.md b/EnglishVersion/README_English.md index 8c11d35..15bcf26 100644 --- a/EnglishVersion/README_English.md +++ b/EnglishVersion/README_English.md @@ -17,7 +17,7 @@ _or_ #### 一、good plugin 1. Android ButterKnife Zelezny ButterKnife is a focus on the Android system View into the framework, and can reduce a lot of the findViewById setOnClickListener code, visualization of a key generation. -####PS:Please open the link to see the effect. +#### PS:Please open the link to see the effect. plugin download url:https://plugins.jetbrains.com/plugin/7369?pr=androidstudio plugin source url: https://github.com/avast/android-butterknife-zelezny plugin tutorials:http://blog.csdn.net/dreamlivemeng/article/details/51261170 diff --git a/README.md b/README.md index 8c15507..5a04f44 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ _or_ #### 一、优秀插件 1. Android ButterKnife Zelezny ButterKnife是一个专注于Android系统的View注入框架,可以减少大量的findViewById以及setOnClickListener代码,可视化一键生成。 -####PS:效果图就不贴了,打开插件下载地址和源码地址都能看见,而且数据多了加载效果图蛮卡的。 +#### PS:效果图就不贴了,打开插件下载地址和源码地址都能看见,而且数据多了加载效果图蛮卡的。 插件下载地址:https://plugins.jetbrains.com/plugin/7369?pr=androidstudio 插件源码地址: https://github.com/avast/android-butterknife-zelezny 插件教程:http://blog.csdn.net/dreamlivemeng/article/details/51261170 From 0371eef6726aec02abebafc821278d6800da9454 Mon Sep 17 00:00:00 2001 From: HanWen Date: Thu, 16 Nov 2017 13:33:16 +0800 Subject: [PATCH 38/38] Update README.md update AndroidProguard .jetbrains link. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a04f44..fc4cb72 100644 --- a/README.md +++ b/README.md @@ -212,8 +212,8 @@ CheckStyle-IDEA 是一个检查代码风格的插件,比如像命名约定,J 推荐指数:五星 1. AndroidProguardPlugin -Android一键生成项目混淆代码插件,现在jetbrains还在审核只能下载进行安装了,不能通过as插件直接搜索安装。因为混淆时很多同学比较头疼的一个事情,所以给5星。 -插件下载地址:https://raw.githubusercontent.com/zhonghanwen/AndroidProguardPlugin/master/AndroidProguard.zip +Android一键生成项目混淆代码插件,因为混淆时很多同学比较头疼的一个事情,所以给5星。 +插件下载地址:https://plugins.jetbrains.com/plugin/10130-androidproguard 插件源码地址:https://github.com/zhonghanwen/AndroidProguardPlugin 推荐指数:五星