1.執行(run) alt+r
2.提示補全 (class name completion) alt+/
3.單選注釋 ctrl + /
4.多行注釋 ctrl + shift + /
5.向下複製一行 (duplicate lines) ctrl+alt+down
6.刪除一行或選中行 (delete line) ctrl+d
7.向下移動行(move statement down) alt+down
8.向上移動行(move statement up) alt+up
9.向下開始新的一行(start new line) shift+enter
10.向上開始新的一行 (start new line before current) ctrl+shift+enter
11.如何檢視原始碼 (class) ctrl + 選中指定的結構 或 ctrl + shift + t
12.萬能解錯/生成返回值變數 alt + enter
13.退回到前乙個編輯的頁面 (back) alt + left
14.進入到下乙個編輯的頁面(針對於上面那條來說的) (forward) alt + right
15.檢視類繼承關係(type hierarchy) f4
16.格式化**(reformat code) ctrl+shift+f
17.提示方法引數型別(parameter info) ctrl+alt+/
18.複製** ctrl + c
19.撤銷 ctrl + z
20.反撤銷 ctrl + y
21.剪下 ctrl + x
22.貼上 ctrl + v
23.儲存 ctrl + s
24.全選 ctrl + a
25.選中數行,整體往後移動 tab
26.選中數行,整體往前移動 shift + tab
27.檢視類的結構:類似於eclipse的outline ctrl+o
28.修改變數名與方法名(rename) alt+shift+r
29.大寫轉小寫/小寫轉大寫(toggle case) ctrl+shift+y
30.生成構造/get/set/tostring alt +shift + s
31.檢視文件說明(quick documentation) f2
32.收起所有的方法(collapse all) alt + shift + c
33.開啟所有方法(expand all) alt+shift+x
34.開啟**所在硬碟資料夾(show in explorer) ctrl+shift+x
35.生成try-catch等(surround with) alt+shift+z
36.區域性變數抽取為成員變數(introduce field) alt+shift+f
37.查詢/替換(當前) ctrl+f
38.查詢(全域性) ctrl+h
39.查詢檔案 double shift
40.抽取方法(extract method) alt+shift+m
41.全屏顯示**(close active tab) ctrl + m
42.開啟module setting視窗(recently changed files) ctrl+e
43.關閉當前開啟的**欄(close) ctrl + w
44.關閉開啟的所有**欄(close all) ctrl + shift + w
45.快速搜尋類中的錯誤(next highlighted error) ctrl + shift + q
46.選擇要貼上的內容(show in explorer) ctrl+shift+v
47.查詢方法在**被呼叫(call hierarchy) ctrl+shift+h
48.檢視方法的多層重寫結構(method hierarchy) ctrl+alt+h
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,替換文字 ...