IDEA常用快捷鍵彙總

2021-09-26 16:26:15 字數 3337 閱讀 6462

psvm 生成public static void main(string args){}

fori 生成for迴圈

sout 生成system.out.println()

ctrl + alt + o 優化匯入的類和包

alt + insert 或者右鍵(generate) 生成**(如get,set方法,建構函式等)

ctrl + alt+t 把選中的**放在if、if/else、while、do/while、for、try/catch、try/finally、try/catch/finally、synchronized、runnnable、{}裡

ctrl + o 重寫方法

ctrl + i 實現方法

ctr + shift + u 大小寫轉化

alt + 回車 匯入包,自動修正

alt + / **提示

ctrl + j 自動**

ctrl + shift + j 整合兩行為一行

ctrl + 空格 **提示

ctrl + shift + space 自動補全**

ctrl + alt + l 格式化**

ctrl + alt + i 自動縮排

ctrl + e 最近更改的**

ctrl + alt + space 類名或介面名提示

ctrl + p 方法引數提示

ctrl + q 看當前方法的宣告

shift + f6 重構-重新命名 (包、類、方法、變數、甚至注釋等)

ctrl + alt + v 提取變數

ctrl+shift+backspace 跳轉到上次編輯的地方

ctrl + alt + left/right 前後導航編輯過的地方

alt + 7 靠左視窗顯示當前檔案的結構

ctrl + f12 浮動顯示當前檔案的結構

alt + f7 找到你的函式或者變數或者類的所有引用到的地方

ctrl + alt + f7 找到你的函式或者變數或者類的所有引用到的地方

ctrl + shift + alt + n 查詢類中的方法或變數

雙擊 shift 在專案的所有目錄查詢檔案

ctrl + n 查詢類

ctrl + shift + n 查詢檔案

ctrl + g 定位行

ctrl + f 在當前視窗查詢文字

ctrl + r 在當前視窗替換文字

ctrl + shift + r 在指定視窗替換文字 ​​​​​​​

alt + shift + c 查詢修改的檔案​​​​​​​

ctrl + e 最近開啟的檔案

f3 向下查詢關鍵字出現位置​​​​​​​

shift + f3 向上乙個關鍵字出現位置​​​​​​​

選中文字,按alt + f3 ,高亮相同文字,f3逐個往下查詢相同文字

f4 查詢變數**

ctrl + shift + o 彈出顯示查詢內容

ctrl + w 選中**,連續按會有其他效果

f2 或 shift + f2 高亮錯誤或警告快速定位

ctrl + up/down 游標跳轉到第一行或最後一行下

ctrl + b 快速開啟游標處的類或方法

ctrl ​​​​​​​+ alt + b 找所有的子類

ctrl + shift + b 找變數的類

ctrl + shift + up/down 上下移動**

ctrl + alt + left/right 返回至上次瀏覽的位置

ctrl + x 刪除行

ctrl + d 複製行

ctrl + / 或 ctrl + shift + / 注釋(// 或者 /…/ )

ctrl + h 顯示類結構圖

ctrl + shift + h 檢視方法的繼承結構​​​​​​​

ctrl + alt + h 檢視類或方法被呼叫情況​​​​​​​

ctrl + shift + i 原地參看類、方法的宣告

ctrl + q 顯示注釋文件

​​​​​​​alt + f1 查詢**所在位置

alt + 1 快速開啟或隱藏工程面板

alt + left/right 切換**檢視

alt + up/down 在方法間快速移動定位

ctrl + alt + left/right 前後導航編輯過的地方

ctrl+shift+backspace 可以跳轉到上次編輯的地

alt + 6 查詢todo

compile and run

ctrl + f9 make project (compile modifed and dependent)

ctrl + shift + f9 compile selected file, package or module

alt + shift + f10 select configuration and run

alt + shift + f9 select configuration and debug

shift + f10 run

shift + f9 debug

ctrl + shift + f10 run context configuration from editor

debugging

f8 step over

f7 step into

shift + f7 smart step into

shift + f8 step out​​​​​​​

alt + f9 run to cursor

alt + f8 evaluate expression

f9 resume program

ctrl + f8 toggle breakpoint

ctrl + shift + f8 view breakpoints​​​​​​​

shift + enter 另起一行

ctrl + z 倒退(撤銷)

ctrl + shift + z 向前(取消撤銷)

ctrl + alt + f12 資源管理器開啟資料夾

alt + f1 查詢檔案所在目錄位置

shift + alt + insert 豎編輯模式

ctrl + f4 關閉當前視窗

ctrl + alt + v 可以引入變數。例如:new string(); 自動匯入變數定義

ctrl + ~ 快速切換方案(介面外觀、**風格、快捷鍵對映等選單)

ctrl + shift + enter 自動結束**,行末自動新增分號 (必備)​​​​​​​

ctrl + shift + f12 編輯器最大化

ctrl + shift + + 展開所有**

ctrl + shift + - 摺疊所有**

IDEA常用快捷鍵分類彙總

整理一些idea常用的快捷鍵,以備使用時方便查詢。養成使用快捷鍵的習慣,可以有效提高編碼效率。內容編輯 快捷鍵說明ctrl z 撤銷ctrl shift z 重做 取消撤銷 ctrl y 刪除當前行 ctrl d 複製當前行 ctrl shift j 將選中的行合併成一行 檔案查詢 ctrl n 查...

Idea常用快捷鍵操作彙總

ctrl alt o 優化匯入的類和包 alt insert 生成 如get,set方法,建構函式等 或者右鍵 generate fori sout psvm tab ctrl alt t 生成try catch 或者 alt enter ctrl alt t 把選中的 放在 try if else...

IDEA快捷鍵彙總

idea常用快捷鍵 快捷鍵 功能 alt enter 匯入包,自動修正 新建方法,處理異常 ctrl y 刪除游標所在行 ctrl d 複製游標所在行的內容,插入游標位置下面 ctrl alt l 格式化 ctrl 單行注釋 ctrl shift 選中 注釋,多行注釋,再按取消注釋 alt shif...