idea與eclipse快捷鍵對比

2021-10-24 23:03:21 字數 930 閱讀 9716

操作

eclipseidea

刪除一行

ctrl+d

ctrl+y

關閉當前視窗

ctrl+w

ctrl+f4

上移、下移一行

alt+↑、↓

ctrl+alt+↑、↓

回退操作

ctrl+z

ctrl+z

反向回退

ctrl+y

ctrl+shift+z

alt+←

ctrl+alt+←

提取變數

ctrl+1 and ctrl+l

ctrl+alt+v

新增或取消注釋

ctrl+/

ctrl+/

生成getter、setter

alt+shift+s

alt+insert

游標移到相同的變數

ctrl+k

f3或ctrl+f7

開啟類結構

ctrl+o

ctrl+f12

顯示類繼承層次

ctrl+t

ctrl+h

檢視方法呼叫鏈

ctrl+shift+h

ctrl+alt+h

檔案內容搜尋

ctrl+h

ctrl+shift+f

按檔名搜尋

ctrl+shift+r

ctrl+shift+n

格式化**

ctrl+shift+f

ctrl+alt+l

**摺疊與開啟

ctrl+shift+*、/

ctrl+shift+加號、減號

try-catch包圍

alt+shift+s

ctrl+shift+t

idea快捷鍵與eclipse對比

分類 功能點 eclipse快捷鍵 idea快捷鍵 搜尋 搜尋文字 ctrl f ctrl f ctrl r 查詢替換 alt p a 逐個 全部替換 alt f3 查詢當前選中詞 ctrl k 向前 ctrl shift k 向後 f3shift f3 搜尋方法 ctrl o ctrl f12 搜...

IDEA使用eclipse快捷鍵

1.查詢類 ctrl shift r 2.顯示當前類所有方法 ctrl o 3.快速查詢 ctrl f 4.刪除當前行 ctrl d 7.alt 同上 向後 8.alt enter 快速補全 9.alt insert 快速生成set get tostring方法 10.ctrl h 全文查詢,模糊匹...

IDEA與Eclipse的快捷鍵對比

idea快捷鍵 ctrl x eclipse快捷鍵 ctrl d 2.複製游標所在行 或者滑鼠選中的 idea快捷鍵 ctrl d eclipse快捷鍵 ctrl alt 上下鍵 3.切換 大小寫 idea ctrl shift u eclipse ctrl shift x 大寫 ctrl shif...