idea常用快捷鍵

2021-09-26 04:32:42 字數 465 閱讀 8178

idea常用快捷鍵

ctrl + n 查詢類

ctrl + shift + n 查詢檔案

ctrl + shift + alt + n 查詢方法定義

ctrl + shift + f9 編譯

ctrl + shift + f10 執行

alt + shift + f9 選擇除錯

ctrl + f 查詢關鍵字

ctrl + r 替換關鍵字

ctrl + h 顯示類的繼承關係

ctrl + f12 顯示當前類的結構

alt + insert 快速新增建構函式和setter,getter等等

ctrl + alt + left/right 返回上次瀏覽的位置

ctrl + alt + b 快速跳到方法實習處

ctrl + u 跳到父類

ctrl + e最近的檔案

ctrl + / 新增注釋

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