IDEA 常用快捷鍵

2022-04-11 06:02:38 字數 581 閱讀 3342

alt + enter:**補全

alt + shift + 上下鍵:**行上下移動

ctrl + r:文字替換

ctrl + n:類查詢

ctrl + h:檢視繼承關係

ctrl + alt + b:進入方法

ctrl + x:刪除行

ctrl + d:當前行**向下複製一條

ctrl + f12:方法查詢

ctrl + shift + u:大小寫轉換

ctrl + shift + f:根據內容查詢檔案

alt + f7:檢視用到某個方法/類的地方

foreach快捷鍵

fori:for (int i = 0; i < ; i++)

itar:for (int i = 0; i < array.length; i++)

itco:for (iterator iterator = collection.iterator(); iterator.hasnext(); )

iter:for (object o : )

itli:for (int i = 0; i < list.size(); i++)

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,替換文字 ...