DanDanPlay MVVM模板插件,用于Android Studio4.1+版本,快速生成Actvity/Fragment、ViewModel、布局文件
模板原型来自于JetBrains/intellij-platform-plugin-template
clone project > Gradle > MVVMTemplate/Tasks/intellij > buildPlugin > build/libs/MVVMTemplate-xx.jar
install MVVMTemplate-xx.jar manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.
IntelliJ Platform Plugin Template is a repository that provides a pure boilerplate template to make it easier to create a new plugin project (check the Creating a repository from a template article).
The main goal of this template is to speed up the setup phase of plugin development for both new and experienced developers by preconfiguring the project scaffold and CI, linking to the proper documentation pages, and keeping everything organized.