美文网首页
IntelliJ IDEA

IntelliJ IDEA

作者: iVikings | 来源:发表于2024-03-05 14:52 被阅读0次
  • command + option + L: 代码格式化

  • command + option + T: 使用 if/else、while 包裹代码

  • control + D: 调试 Debug

  • control + R: 运行 Run

  • control + enter: 生成构造函数

  • command + N: 生成类的 get/set 方法

  • control + O: 重写父类函数

  • control + I: 实现接口(与重写父类函数略有不同,可以认为重写父类函数包括实现接口)

  • command + shift + F: 全局查找

  • command + control + F: 全屏

  • control + H: 展示方法的依赖关系

  • fori: 快速生成循环体

  • 100.for: 快速生成 for 循环

  • list.for/list.fori/list.forr: 快速生成 list 的遍历

插件

  • One Dark Theme
  • Maven Helper
  • Tabnine: 代码补全插件
  • Rainbow Brackets: 彩虹括号
  • Key Promoter X: 快捷键提醒

相关文章

网友评论

      本文标题:IntelliJ IDEA

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