You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
1.5 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## IDEA 好用的插件推荐
Vuesion Theme 主题
Atom Material ICons 图标插件 解决在拖动滚动条或是鼠标中键滚屏时有点卡顿问题
File Expander 它能在Idea里直接打开Jar包并且反编译代码查看。甚至于能打开tar.gzzip等压缩格式。
GitToolBox 他能在项目上提示你还有多少文件没提交,远程还有多少文件没更新下来。还能在每一行代码上提示上次提交的时间。查版本提交问题的时候尤其方便。
Maven Helper 排查Jar包依赖等问题用这个简直是神器。这个插件也提供了一些其他的快捷命令右键直接唤起maven命令颇为方便。
Translation 实时进行精准快速的翻译,自动识别语言。
arthas idea Arthas是阿里开源的一款强大的java在线诊断工具使用起来非常方便进入代码片段选择你要诊断的类或者方法上面右击打开Arthas命令选择一项即可自动生成命令省去你敲打命令的时间。
Search In Repository 直接把中央仓库的查找集成到了Idea里面。你只需要打开这款插件输入jar包的名字或者gav关键字就能查到到这个jar包所有的版本然后可以直接复制gav坐标。
VisualGC Idea堆栈的可视化工具和Idea深度集成。直接显示所有进程双击即可打开JVM的堆栈可视化界面。堆栈和垃圾收集情况一目了然
Zoolytic idea里面直接可以看zookeeper的节点信息