# Idea插件开发 **Repository Path**: crazyAsm/idea-plugin-development ## Basic Information - **Project Name**: Idea插件开发 - **Description**: 插件开发中遇到的各种问题解决方案。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-03 - **Last Updated**: 2022-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IDEA插件开发-[Manual][docs] 插件开发过程中用到的各种功能样例; 1. toolWindow;[Manual][docs:tool_windows] 2. idea插件消息传递机制;[Manual][docs:messaging-infrastructure] [docs]: https://plugins.jetbrains.com/docs/intellij/ [docs:tool_windows]: https://plugins.jetbrains.com/docs/intellij/tool-windows.html [docs:messaging-infrastructure]: https://plugins.jetbrains.com/docs/intellij/messaging-infrastructure.html