美文网首页Java
IDEA常用设置提高使用舒适度

IDEA常用设置提高使用舒适度

作者: 虹猫日志 | 来源:发表于2019-10-01 21:38 被阅读0次

实用的设置往往能提高开发效率,以下皆为个人常用设置推荐,文笔不好,还请见谅。

idea鼠标悬停提示文档
  • File → Settings → Editor → General → 勾选Show quick documentation on mouse move

    image
idea自动导包
  • File → Settings → Editor → General → Auto Import → Insert imports on paste选择All,同时勾选上Add unambiguous imports on the fly和Optimize imports on the fly(for current project)

    自动导包
idea忽略大小写进行提示
  • File → Settings → Editor → General → Code Completion → 去掉Match case的勾选

    忽略大小写
idea自动进行编译
  • File → Settings → Build → Compiler → 勾选 Build project automatically

    自动编译设置

相关文章

网友评论

    本文标题:IDEA常用设置提高使用舒适度

    本文链接:https://www.haomeiwen.com/subject/qwqlpctx.html