1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

22 lines
1.3 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 其他
category: IDEA指南
tag:
- IDEA
- IDEA插件
---
1. **leetcode editor** :提供在线 Leetcode 刷题功能,比较方便我们刷题,不过我试用之后发现有一些小 bug个人感觉还是直接在网站找题目刷来的痛快一些。
2. **A Search with Github** :直接通过 Github搜索相关代码。
3. **stackoverflow** : 选中相关内容后单击右键即可快速跳转到 stackoverflow 。
4. **CodeStream** 让code review变得更加容易。
5. **Code screenshots** :代码片段保存为图片。
6. **GitToolBox** :Git工具箱
7. **OK, Gradle!** 搜索Java库用于Gradle项目
8. **Java Stream Debugger** : Java8 Stream调试器
9. **EasyCode** : Easycode 可以直接对数据的表生成entity、controller、service、dao、mapper无需任何编码简单而强大。更多内容可以查看这篇文章[《懒人 IDEA 插件插件:EasyCode 一键帮你生成所需代码~》](https://mp.weixin.qq.com/s?__biz=Mzg2OTA0Njk0OA==&mid=2247486205&idx=1&sn=0ff2f87f0d82a1bd9c0c44328ef69435&chksm=cea24536f9d5cc20c6cc7669f0d4167d747fe8b8c05a64546c0162d694aa96044a2862e24b57&token=1862674725&lang=zh_CN#rd)
10. **JFormDesigner** Swing GUI 在线编辑器。
11. **VisualVM Launcher** Java性能分析神器。
12. ......