Idea

command + E : 打開最近編輯過的文件


command + shift + O : 打開指定文件


command + O : 打開指定類


shift+command+delete 打開上一次編輯過的地方


option + command + t 代碼塊包含


command + shift + A:利用書籤跳轉(type:bookmark)


command + shift + A: toggle bookmark(打標籤)


option + enter:

  • 補全變量
  • 實現接口
  • 格式化字符串
System.out.printf("realName:" + u.getRealName() +  "email: " + u.getEmail());
System.out.printf(String.format("realName:%semail: %s", u.getRealName(), u.getEmail()));

打開快捷鍵查看面板

command + shift + A 3d


lieve templates 代碼模版

command + shift + A = (help -> dind action) code

相關文章
相關標籤/搜索