IDEA基本設定和快捷鍵大全

2022-07-17 18:51:13 字數 339 閱讀 2454

#idea基本設定

##設定編碼格式

1.configure - settings - editor - file encodings

2.將三個編碼全部設定為utf-8

##啟用ctrl+滑輪縮放**

1.configure - settings - editor - general

2.將右邊第二個勾選中。

##啟用滑鼠懸浮智慧型提示

1.configure - settings - editor - general

2.勾選other下面的第三個選項「show quick documentation on mouse move」

IDEA快捷鍵大全

ctrl f2,停止 alt shift f9,選擇 debug alt shift f10,選擇 run ctrl shift f9,編譯 ctrl shift f10,執行 ctrl shift f8,檢視斷點 f8,步過 f7,步入 shift f7,智慧型步入 shift f8,步出 alt...

IDEA快捷鍵大全

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

idea快捷鍵大全

ctrl z 撤銷 ctrl shift z 重做 ctrl x 剪貼 ctrl c 複製 ctrl v 貼上 ctrl y 刪除當前行 ctrl d 複製當前行 ctrl shift j 將選中的行合併成一行 ctrl n 查詢類檔案 ctrl shift n 查詢檔案 ctrl g 定位到檔案某...