问题来源:AndroidStudio 中集成常用的工具,因而想到做IntelliJ 的插件开发
主要的参考资料
1.入门参考HelloWorld:https://blog.csdn.net/huachao1001/article/details/53856916
2.官方资料:http://www.jetbrains.org/intellij/sdk/docs/tutorials/build_system/prerequisites.html
3.官方demo仓库:https://github.com/JetBrains/intellij-sdk-docs.git
4.adb插件仓库:https://github.com/pbreault/adb-idea.git
5.IntelliJ IDEA插件开发指南: https://blog.csdn.net/ExcellentYuXiao/article/details/80273448
6.https://cloud.tencent.com/developer/article/1348741
7.插件更新:https://www.jetbrains.com/help/idea/managing-plugins.html
网友评论