# ideaPluginDevStudy **Repository Path**: BlueDriver/idea-plugin-dev-study ## Basic Information - **Project Name**: ideaPluginDevStudy - **Description**: IDEA插件开发学习 - **Primary Language**: Java - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-28 - **Last Updated**: 2021-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: IDEA, IDEA插件, idea插件开发 ## README ### IDEA插件开发 * 官方SDK:[https://plugins.jetbrains.com/docs/intellij/welcome.html](https://plugins.jetbrains.com/docs/intellij/welcome.html) * 官方开源插件:[https://github.com/JetBrains/intellij-plugins](https://github.com/JetBrains/intellij-plugins) * 官方代码示例:[https://github.com/JetBrains/intellij-sdk-code-samples](https://github.com/JetBrains/intellij-sdk-code-samples) 本文主要是整理和收集了IDEA插件开发当中常用的API和代码,以帮助更多小伙伴节约摸索的时间,快速实现自己想要的功能。 文中多有疏漏,还望批评指正。 欢迎大家提出意见和分享自己的经验! ### 如何导入插件项目? 请看这里 [howToImportPluginProject.md](howToImportPluginProject.md)