ctrl + y 刪除游標所在行 或 刪除選中的行
ctrl + w 遞進式選擇**塊。可選中游標所在的單詞或段落,連續按會在原有選中的基礎上再擴充套件選中範圍
ctrl + e 顯示最近開啟的檔案記錄列表
ctrl + p 方法引數提示顯示
ctrl + +
展開**
ctrl + - 摺疊**
alt + 左方向鍵 切換當前已開啟的視窗中的子檢視,比如debug視窗中有output、debugger等子檢視,用此快捷鍵就可以在子檢視中切換
alt + 前方向鍵 當前游標跳轉到當前檔案的前乙個方法名位置
shift + 左鍵單擊 在開啟的檔名上按此快捷鍵,可以關閉當前開啟檔案
shift + 滾輪前後滾動 當前檔案的橫向滾動軸滾動
ctrl + alt + t 對選中的**彈出環繞選項彈出層
ctrl + alt + s 開啟 intellij idea 系統設定
ctrl + shift + z 取消撤銷
ctrl + shift + c 複製當前檔案磁碟路徑到剪貼簿
ctrl + shift + + 展開所有**
ctrl + shift + - 摺疊所有**
IDEA快捷鍵使用
alt 回車 匯入包,自動修正 ctrl n 查詢類 ctrl shift n 查詢檔案 ctrl alt l 格式化 ctrl alt o 優化匯入的類和包 alt insert 生成 如get,set方法,建構函式等 ctrl e或者alt shift c 最近更改的 ctrl r 替換文字 c...
idea使用快捷鍵
xml檔案加注釋 ctrl 使用 注釋或取消注釋 ctrl 使用 注釋或取消注釋 ctrl shift 新建 alt ins 顯示最近開啟過的檔案 crtrl e 基本 補全 ctrl space 只能 補全,列出與預期型別一致的方法或變數 ctrl shift space 實現介面方法 ctrl ...
IDEA快捷鍵使用
1.編輯類快捷鍵 編輯類快捷鍵 介紹 psvm tab 生成main方法 sout tab 生成輸出語句 ctrl x ctrl y 刪除一行 ctrl d 複製一行 ctrl 或 ctrl shift 注釋 ctrl z 撤銷 ctrl shift z 取消撤銷 ctrl c 複製 ctrl v ...