IDEA的快捷鍵

2021-09-29 13:22:08 字數 376 閱讀 6916

1.shift+shift 檔案搜尋

2.shift+ctrl+f 全域性搜尋

ctrl+f 當前檔案搜尋

3.shift+ctrl+r 全域性替換

4.shift+ctrl+l 規範當前檔案**格式

5.alt+enter 導包

6.shift+ctrl+o 去除當前類的不需要的包

7.shift+alt+v 補全** (比如填寫 new user(),會自動補全為 user user=new user

8.ctrl+f12 檢視當前類的所有方法

9.shift+f9 debug執行程式

10.shift+f10 run執行程式

這些都是我常用的,肯定會遺漏很多,請大家指正補充。

idea快捷鍵 Alt Shift 快捷鍵

alt shift n 選擇 新增 task 必備 alt shift f 顯示新增到收藏夾彈出層 新增到收藏夾 alt shift c 檢視最近操作專案的變化情況列表 alt shift i 檢視專案當前檔案 alt shift f7在 debug 模式下,下一步,進入當前方法體內,如果方法體還有...

IDEA 的快捷鍵

1.自動 常用的有fori sout psvm tab即可生成迴圈 system.out main方法等boilerplate樣板 例如要輸入for user user users 只需輸入user.for tab 再比如,要輸入date birthday user.getbirthday 只需輸入...

IDEA的快捷鍵

intellij idea 常用快捷鍵 列表 實戰終極總結!1.自動 常用的有fori sout psvm tab即可生成迴圈 system.out main方法等boilerplate樣板 例如要輸入for user user users 只需輸入user.for tab 再比如,要輸入date ...