{"id":18780123,"url":"https://github.com/codingdocs/awesome-idea","last_synced_at":"2025-12-18T17:30:16.776Z","repository":{"id":39254125,"uuid":"415600223","full_name":"CodingDocs/awesome-idea","owner":"CodingDocs","description":"IntelliJ IDEA 使用指南 | 必备插件推荐 | 插件开发入门 | 重构小技巧 | 源码阅读技巧。 ","archived":false,"fork":false,"pushed_at":"2023-12-30T11:56:00.000Z","size":49578,"stargazers_count":377,"open_issues_count":1,"forks_count":57,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-04-13T21:42:53.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodingDocs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-10-10T13:54:50.000Z","updated_at":"2024-04-09T08:10:54.000Z","dependencies_parsed_at":"2023-09-25T05:58:35.370Z","dependency_job_id":"e9515bba-694f-4e51-aaa5-8b7b8691c67a","html_url":"https://github.com/CodingDocs/awesome-idea","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingDocs%2Fawesome-idea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingDocs%2Fawesome-idea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingDocs%2Fawesome-idea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingDocs%2Fawesome-idea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodingDocs","download_url":"https://codeload.github.com/CodingDocs/awesome-idea/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239695403,"owners_count":19682060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T20:24:48.228Z","updated_at":"2025-12-18T17:30:14.635Z","avatar_url":"https://github.com/CodingDocs.png","language":null,"readme":"# IDEA 高效使用指南\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.yuque.com/docs/share/8a30ffb5-83f3-40f9-baf9-38de68b906dc\"\u003e\n    \u003cimg src=\"https://oss.javaguide.cn/xingqiu/xingqiu.png\" style=\"margin: 0 auto; width: 850px;\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/CodingDocs/awesome-idea-tutorial\"\u003eGithub\u003c/a\u003e |\n  \u003ca href=\"https://gitee.com/SnailClimb/awesome-idea\"\u003eGitee\u003c/a\u003e\n\u003c/p\u003e\n\n在线阅读：[https://idea.javaguide.cn/](https://idea.javaguide.cn/)\n\nIntelliJ IDEA 使用指南 | 必备插件推荐 | 插件开发入门 | 重构小技巧 | 源码阅读技巧\n\n## 使用技巧\n\n- [IDEA 高效使用指南](./docs/tips/efficient-use-guide.md)\n- [IDEA 高效重构指南](./docs/tips/refractor-intro.md)\n- [IDEA 插件开发入门](./docs/tips/plug-in-development-intro.md)\n- [IDEA 源码阅读小技巧](./docs/tips/source-code-reading-skills.md)\n- [IDEA 高级调试技巧](https://mp.weixin.qq.com/s?__biz=Mzg2OTA0Njk0OA==\u0026mid=2247516501\u0026idx=1\u0026sn=a8a99ec40a16b08daf73c14c36bdb768\u0026chksm=cea1ce9ef9d64788e19c494979e37b99a963a83e3f7b4a18764a4d2ea942653500589d005f3b\u0026token=787347680\u0026lang=zh_CN#rd)\n\n## 必备插件\n\n- [IDEA 美观主题插件总结](./docs/plugins/themes.md)\n- [IDEA 代码优化必备插件总结](./docs/plugins/improve-code.md)\n- [IDEA 界面美化必备插件总结](./docs/plugins/interface-beautification.md)\n- [Key Promoter X 和 Presentation Assistant：快捷键提示和展示](./docs/plugins/shortcut-key.md)\n- [Camel Case: 命名之间快速切换](./docs/plugins/camel-case/README.md)\n- [Maven Helper: 解决 Maven 依赖冲突问题](./docs/plugins/maven-helper.md)\n- [Save Actions: 优化文件保存](./docs/plugins/save-actions/README.md)\n- [Translation: 翻译](./docs/plugins/translation/README.md)\n- [CodeGlance: 代码微型地图](./docs/plugins/code-glance/README.md)\n- [Statistic: 项目代码统计](./docs/plugins/code-statistic/README.md)\n- [Git Commit Template: 提交代码格式规范](./docs/plugins/git-commit-template/README.md)\n- [GsonFormat: JSON 转对象](./docs/plugins/gson-format/README.md)\n- [IDE Features Trainer: IDEA 交互式教程](./docs/plugins/idea-features-trainer/README.md)\n- [jclasslib: 一款 IDEA 字节码查看神器](./docs/plugins/jclasslib/README.md)\n- [RestfulToolkit: RESTful Web 服务辅助开发工具](./docs/plugins/rest/README.md)\n- [SequenceDiagram: 一键可以生成时序图](./docs/plugins/sequence-diagram.md)\n- [File Expander：查看压缩包内容](./docs/plugins/file-expander.md)\n- [其他](./docs/plugins/others.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingdocs%2Fawesome-idea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingdocs%2Fawesome-idea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingdocs%2Fawesome-idea/lists"}