# intellij-plugin-demo **Repository Path**: tf5488/intellij-plugin-demo ## Basic Information - **Project Name**: intellij-plugin-demo - **Description**: intellij IDEA 插件模版 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-06 - **Last Updated**: 2023-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, IDEA ## README # intellij-plugin-demo #### 介绍 intellij IDEA 插件模版 为了简化插件开发学习成本,将自己的学习过程输出成一个 demo,方便大家查阅。 demo 按照学习我的学习路线制作,覆盖范围不一定全面,还是需要以[官方文档](https://plugins.jetbrains.com/docs/intellij/welcome.html)为准。 #### 项目启动 gradle -> tasks -> intellij -> runlde ![img.png](img.png) #### 注意事项 1. 项目使用 gradle,需要将 gradle 的配置 JDK 设置成 11. #### 参考资料 [beansoft 汉化文档](https://beansoft.g ithub.io/jetbrains/home.html)