0%

Android-studio plugins

工欲善其事必先利其器

必备

ADB idea
Adds the following ADB commands to Android Studio and Intellij.
方便快捷执行 ADB 常用命令

Gradle Killer
This plugin kills Gradle tasks using the system task manager with just one click. No more struggling with “ps” or playing Russian roulette with “java.exe” processes! Just click the icon in the “Run” section and you’re done!
在Gradle执行期间强制终止Gradle运行

Java相关

Alibaba Java Coding Guidelines
Alibaba Java Coding Guidelines plugin support.
Github:https://github.com/alibaba/p3c
Java手册:PDF

Android Parcelable code generator
Plugin which generates Android Parcelable boilerplate code for you.

GsonFormat
quickly to convert a JSON string to an InnerClassEntity class.

Kotlin相关

Parcelable Code Generator(for kotlin)
Parcelable Code Generator is a plugin which generates Android Parcelable boilerplate code for kotlin class.

Json to Kotlin Class(JsonToKotlinClass)
Plugin for Kotlin to convert Json String into Kotlin data class code quickly