idea 常用快捷鍵

2021-08-29 16:16:15 字數 836 閱讀 5396

ctrl + alt + f 切出為全域性變數

ctrl + 空格 **提示

ctrl + n  開啟類

shift + f6 重新命名

ctrl + enter 導包

ctrl + alt + l  格式化**

ctrl + alt + o  去除無用的import

ctrl + f 查詢

ctrl + r 替換

ctrl + o 重新方法

ctrl + i 實現方法

ctrl + shift + u 大小寫轉換

ctrl + y 刪除當前行

ctrl + shift + j 整合兩行

ctrl + alt + v 自動引入變數

ctrl + alt + t 可以把**包在乙個塊內,例如:try/catch

alt + q 獲取當前方法的申明

ctrl + p 顯示引數資訊

ctrl + w 選中整行或當前單詞

alt + f1 查詢當前類的所在位置

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

alt + left/right 切換工程面板**檢視

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

ctrl + shift+up/down 向上/下移動語句

alt + shift + f9 選擇 debug

alt + shift + f10 選擇 run

ctrl + shift + f9 編譯

ctrl + shift + f10 執行

ctrl + shift + f8 檢視斷點

ctrl + shift + f7 在檔案中高亮顯示

idea常用快捷鍵

從eclipse轉idea,但是由於idea中很多功能與eclipse並不一樣,所以不準備使用eclipse那一套快捷鍵,而是使用idea原生的快捷鍵。ctrl d 複製行 等同於eclipse的ctrl alt up down ctrl x 選中 是剪下,不選中是刪除整行 等同於eclipse的c...

IDEA常用快捷鍵

1.雙擊shift 在專案的所有目錄查詢,就是你想看到你不想看到的和你沒想過你能看到的都給你找出來 2.ctrl f 當前檔案查詢特定內容 3.ctrl shift f 當前專案查詢包含特定內容的檔案 4.ctrl n 查詢類5.ctrl shift n 查詢檔案 6.ctrl e 最近的檔案 7....

IDEA常用快捷鍵

有時候在公司用eclipse,但是個人還是喜歡idea,時間長了很多常用的快捷鍵都用不到,在這記錄下方便以後查閱 ctrl enter,匯入包,自動修正 ctrl alt l,格式化 ctrl alt i,將選中的 進行自動縮排編排,這個功能在編輯 jsp 檔案時也可以工作 ctrl r,替換文字 ...