# pluginDemo **Repository Path**: pteric/pluginDemo ## Basic Information - **Project Name**: pluginDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: Master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-06 - **Last Updated**: 2026-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 学习如何编写idea插件。大量借鉴了各种开源项目中的实现方法,并进行重写。
目前仓库中包含的插件: 1. generator: 用于生成各种模版代码。减少重复劳动 2. note: 对idea的Bookmark功能进行修改,在文件(只读/只写)中显示注释。方便阅读源码 3. simulator: lombok的Demo。包括IDEA插件如何屏蔽报错信息,如何在编译时通过注解生成代码