快捷鍵的使用

2021-10-02 14:00:17 字數 1834 閱讀 8881

**intellij idea的快捷鍵:**

1. ctrl +f :在當前類中查詢 物件

2.ctrl +r :文字替換

3.ctrl+z: 撤銷

4.ctrl+y : 刪除一整行

5.ctrl+d : 複製所在的行

6.ctrl+w :選中內容

7.ctrl+e :開啟最近檔案記錄列表

8.ctrl +n: 輸入類名 /名 查詢檔案

9.alt+insert 生成方法

10.ctrl+alt+space 提示

11.psvm+回車鍵(enter) 生成:public static void main(string arg){}

12.sout+回車鍵(enter) 生成:system.out.println();

1.// 單行注釋

2./*

多行注釋

*/3./**

* 文件注釋

*/**eclipse ide 快捷鍵:**

1.補全**的宣告:alt + /

2.快速修復: ctrl + 1

3.批量導包:ctrl + shift + o

4.使用單行注釋:ctrl + /

5.使用多行注釋: ctrl + shift + /

6.取消多行注釋:ctrl + shift + \

7.複製**:ctrl + alt + down 或 ctrl + alt + up

8.刪除**:ctrl + d

9.上下移動**:alt + up 或 alt + down

12.檢視原始碼: ctrl + shift + t

13.檢視繼承樹結構:ctrl + t

14.複製**: ctrl + c

16.撤銷: ctrl + z

17.反撤銷: ctrl + y

18.剪下:ctrl + x

19.貼上:ctrl + v

20.儲存: ctrl + s

21.全選:ctrl + a

22.格式化**: ctrl + shift + f

23.整體往後移動:tab 、整體往前移動:shift + tab

24.選中的結構的大小寫的切換:變成大寫/小寫: ctrl + shift + x

25.選中的結構的大小寫的切換:變成小寫:ctrl + shift + y

26.調出生成getter/setter/構造器等結構: alt + shift + s

【等同於:選單欄 —> source選項,可用於自動生成get/set方法、構造器】

27.顯示當前選擇資源(工程 or 檔案)的屬性:alt + enter

等同於:右鍵工程or檔案 —> properties

28.關閉當前視窗:ctrl + w

29.關閉所有的視窗:ctrl + shift + w

【等同於:右鍵標籤頁欄 —> close all】

30.檢視指定的結構使用過的地方:ctrl + alt + g

31.查詢與替換:ctrl + f

32.直接定位到當前行的首位:home

32.直接定位到當前行的末位:end

1. ctrl+/ 單行注釋

2.ctrl +shif +\多行注釋

3./**敲回車:文件注釋

4.main: alt+/ 或者alt +? 生成:public static void main(string arg){}

5.syso :alt +/ 或者 alt +? 生成:system.out.println();

快捷鍵使用

快捷鍵盤使用 你好!這是你第一次使用markdown編輯器所展示的歡迎頁。如果你想學習如何使用markdown編輯器,可以仔細閱讀這篇文章,了解一下markdown的基本語法知識。全新的介面設計,將會帶來全新的寫作體驗 在創作中心設定你喜愛的 高亮樣式,markdown將 片顯示選擇的高亮樣式進行展...

快捷鍵的使用!!!

一 ctrl鍵功能 1 ctrl s 儲存 2 ctrl w 關閉程式 3 ctrl n 新建 4 ctrl o 開啟 5 ctrl z 撤銷 6 ctrl f 查詢 7 ctrl x 剪下 8 ctrl c 複製 9 ctrl v 貼上 10 ctrl a 全選 11 ctrl 縮小文字 12 c...

快捷鍵的使用

分享到 這個就是電腦上鍵盤所有鍵的功能。saber 7755 經驗內容僅供參考,如果您需解決具體問題 尤其法律 醫學等領域 建議您詳細諮詢相關領域專業人士。舉報投票 601 已投票 601 1有得 0 我有疑問 0 說說為什麼給這篇經驗投票吧!我為什麼投票.你還可以輸入500字 看了這篇經驗,你有一...