快捷鍵
功能ctrl + x
刪除行ctrl + d
複製行ctrl + n
查詢類ctrl + f
查詢文字
ctrl + j
自動**
ctrl + h
顯示類結構圖
ctrl + q
顯示注釋文件
ctrl + p
方法引數提示
ctrl + e
最近開啟的檔案
ctrl + r
替換當前文字中的**
ctrl + end
跳到檔案結尾
ctrl + home
跳到檔案開頭
ctrl + space
**提示
ctrl + shift + n
查詢檔案
ctrl + shift + r
專案中全域性替換
ctrl + alt + l
格式化**
ctrl + alt + o
優化匯入的類和包
ctrl + shift + space
自動補全**
alt + shift + c
對比最近修改的**
alt + insert
生成**(如建構函式等)
ctrl + alt + space
類名或介面名提示
alt + enter
自動導包
alt + left / right
切換**檢視
ctrl + b
快速開啟游標處的類或方法
alt + up / down
在方法間快速移動定位
f2 或 shift + f2
高亮錯誤或警告快速定位
ctrl + shift + up / down
**向上 / 下移動
ctrl+e 或者 alt+shift+c
最近更改的**
ctrl + shift + alt + n
查詢類中的方法或變數
ctrl + alt + left / right
返回至上次瀏覽的位置
ctrl + / 或 ctrl + shift + /
單行注釋或多行注釋; 取消單行或多行注釋也是一樣
fori + tab 鍵
快速建立 for 迴圈
psvm + tab 鍵
快速建立主函式
sout + tab 鍵
快速建立輸出語句
alt + f7 鍵
檢視方法在**被呼叫了
alt + f8 鍵
預執行語句
ctrl + alt + t
try-catch 快捷鍵
ctrl + alt + u
看類的繼承結構
alt + insert / (mac) ctrl + enter
對欄位生成 get 和 set 方法
ctrl+ i
快速實現介面中的方法
ctrl+ shift + z
恢復 ctrl +z去掉的內容
ctrl+ shift + enter
**自動補全
ctrl+ shift + alt + t
重構**
shift + f6
重新命名檔案
ctrl + alt + v
提取變數
shift + shift
全域性搜尋
ctrl + f12
檢視當前類的所有方法
f3前後移動到下一匹配處
ctrl + w
按照語法自動選中**
alt+ 7/mac系統中是 command+f12
檢視乙個類中的所有方法
#mac 下部分快捷鍵失效#
setting–>keymap–>選擇對應的電腦版本。
//基本用鍵
//command+b 找變數的** 同f4 查詢變數**
//control+shift+b 找變數所屬的類
//command+g 查詢變數並且定位
//alt+shift+c 最近修改的檔案
//command+e最近開啟的檔案
//alt+enter 匯入包,自動修改
//command+alt+l 格式化**
//command+alt+i 自動縮排,不用多次使用tab或著backspace鍵,也是比較方便的
//command+shift+enter**補全,這個會判斷可能用到的,這個**補全和**提示是不一樣的
//command+p 方法引數提示
//command+alt+t 把選中的**放在 try{} if{} else{} 裡c
//command+x剪下
//command+shift+u 大小寫轉換
//command+/ 注釋一行或著多行 //
//command+alt+/ 注釋/*...*/
//command+alt+左右箭頭 返回上次編輯的位置
//command+左右箭頭 返回最左邊最右邊
//shift+f6重新命名
//command+shift+上下箭頭 把**上移或著下移
//command+[或] 可以跳到大括號的開頭結尾
//ctrl + option + o 去掉無用的import類
//command+f12可以顯示當前檔案的結構
//command+alt+b 可以導航到乙個抽象方法的實現**
//command+, 呼出偏好設定
//alt+shift+f8 除錯區域性執行**(###)
//alt+command+u 檢視類的繼承結構(###)
//重構
//⌘⌥m 將選中的**提取為方法
//⌘⌥v 提取變數
//⌘⌥f 提取字段
//⌘⌥c 提取常量
//⌘⌥p 提取引數
//vcs/local history(版本控制/本地歷史記錄)
//⌘k 提交**到版本控制器
//⌘t 從版本控制器更新**
//⌥⇧c 檢視最近的變更記錄
//⌃c 快速彈出版本控制器操作面板
//live templates(動態**模板)
//⌘⌥j 彈出模板選擇視窗,將選定的**使用動態模板包住
//⌘j 插入自定義動態**模板 (###)
//fori\ifn\inn\inst\sout\psvm\thr\
//通用
//⌘; 開啟專案結構對話方塊
//⌘, 開啟idea系統設定
//control+option+o 自動整理無效的import
//ctrl + shift + f8 檢視所有斷點
IDEA常用快捷鍵整理
ps 15年初開始用idea就被酸爽的感覺吸引了,整理些比較常用的快捷鍵 1.ctrl u從實現類方法回到介面類對應方法 ctrl alt b從介面方法跳到實現類對應方法 2.alt f7,查詢整個工程中使用地某乙個類.方法或者變數的位置 3.ctrl alt left right,返回至上次瀏覽的...
常用的IDEA快捷鍵整理
1.編輯快捷鍵 2.查詢替換快捷鍵 3.編譯 執行快捷鍵 4.debug快捷鍵 5.重構快捷鍵 6.其他編輯快捷鍵 介紹psvm tab 生成main方法 sout tab 生成輸出語句 ctrl x ctrl y 刪除一行 ctrl d 複製一行 ctrl 或 ctrl shift 注釋 ctrl...
IDEA 常用快捷鍵(詳細整理)
ctrl z 撤銷 ctrl shift z 重做 ctrl x 在idea當中我稱為快速刪除一行 ctrl c 複製 ctrl v 貼上 ctrl d 複製當前行 ctrl shift j 將選中的行合併成一行 ctrl n 查詢類檔案 ctrl shift n 查詢檔案 ctrl g 定位到檔案...