idea快捷鍵整理

2021-10-11 00:01:35 字數 2169 閱讀 3561

1.常見行操作:新增 :shift+enter,複製:ctrl+d,移動 :ctrl+shift+↑/↓  或者  alt+shift+↑/↓,  刪除:ctrl+y

2.返回上一次檢視的地方,idea: ctrl + alt + 方向鍵,eclipse : ctrl + 方向鍵

3.游標跑到大括號的開頭與結尾,idea:ctrl+[ or ]

4.**自動補全,idea: ctrl + shift + 空格, eclipse: ctrl + /

5.try/catch,surround,idea: ctrl + alt + t

6.自動**:ctrl+j

7.按類名搜尋,eclipse : ctrl+shift+r, idea : ctrl + n

8.按檔名進行搜尋, eclipse : ctrl+t, idea : ctrl + shift + n

9.檢視類或方法在哪被使用,eclipse : ctrl+shif+h, idea : alt + f7

10.高亮顯示所有該文字,按 esc 高亮消失, idea : ctrl+shift+f7

11.全域性內容搜尋,eclipse : ctrl+h, idea : ctrl+shift+f

12.選中當前元素在檔案中下乙個出現位置,idea: f3,eclipse: ctrl + k

13.idea中,shift+shift搜尋任何東西

14.自動import快捷鍵,eclipse : ctrl + shift + o, idea : alt + enter

15.跳到下乙個匹配,eclipse : ctrl + k, idea : f3

16.outline快捷鍵,eclipse :ctrl + o, idea : ctrl + f12

17.頁面內搜尋和替換,eclipse : ctrl + f, idea : ctrl + r

18.找介面實現類快捷鍵,eclipse : ctrl+t, idea : ctrl+alt+b

19.頁面內全域性替換,eclipse : alt + shift + r, idea : shift + f6

20.向上建立乙個空行,eclipse : ctrl + shift + enter, idea : ctrl + alt + enter

21.按指定行查詢,eclipse : ctrl + l, idea : ctrl + g

22.移動當前行, idea : ctrl + shift + 上下箭頭,eclipse : ctrl + 上下箭頭

23. 大小寫轉換, idea : ctrl + shift + u

24.檢視介面實現,idea : ctrl + alt + b, eclipse : ctrl + t

25.引入變數,idea: ctrl + alt + v, eclipse: ctrl + 2 + l

26.將選中的**進行自動縮排編排(和tab相反), ctrl+alt+i

27.格式化**,ctrl+alt+l

28.自動匯入jar包, idea : ctrl + alt + o,eclipse : ctrl + shift + o

**簡寫

system.out.println, eclipse : syso, idea : sout

for迴圈, idea : iter & itar

IDEA快捷鍵整理

暫未熟練使用的一些快捷鍵 快捷鍵說明 f2 或 shift f2 高亮錯誤或警告的快速定位 alt 同級間元素間上下切換 方法或者標籤 alt 標籤間的切換 alt f7 檢視屬性或方法在檔案中被引用到的地方 alt enter 功能的提示 alt home 定位到頂部的檔案導航 ctrl 頁面的上...

Idea快捷鍵整理

ctrl r 在當前檔案進行文字替換 ctrl y 刪除游標所在行 或 刪除選中的行 ctrl d 複製游標所在行 或 複製選擇內容,並把複製內容插入游標位置下面 ctrl w 遞進式選擇 塊。可選中游標所在的單詞或段落,連續按會在原有選中的基礎上再擴充套件選中範圍 ctrl e 顯示最近開啟的檔案...

IDEA常用快捷鍵整理

快捷鍵 功能ctrl x 刪除行ctrl d 複製行ctrl n 查詢類ctrl f 查詢文字 ctrl j 自動 ctrl h 顯示類結構圖 ctrl q 顯示注釋文件 ctrl p 方法引數提示 ctrl e 最近開啟的檔案 ctrl r 替換當前文字中的 ctrl end 跳到檔案結尾 ctr...