分類
功能點
eclipse快捷鍵
idea快捷鍵
搜尋
搜尋文字
ctrl + f
ctrl + f
ctrl + r 查詢替換
alt + p/a 逐個/全部替換
alt + f3 查詢當前選中詞
ctrl + k 向前
ctrl + shift + k 向後
f3shift + f3
搜尋方法
ctrl + o
ctrl + f12
搜尋類ctrl + shift + t
ctrl + n
搜尋檔案
ctrl + shift + t
ctrl + shift + n
這兩個都支援簡單的正規表示式,還支援直接按大寫字母的縮略,例如:
查詢jsontranscoder
,只需要輸入
jt搜尋所有引用處
ctrl + alt + h
alt + f7
搜尋所有文字出現的位置
ctrl + h
ctrl + shift + f
編輯
自動**補全
alt + /
ctrl + j
自動**生成
alt + insert
快速修復錯誤
ctrl + 1
alt + enter
刪除當前行
ctrl + d
ctrl + x
複製到下一行
ctrl + d
注釋/取消注釋
ctrl + /
ctrl + /
選中當前字
ctrl + w
補全當前行
ctrl + shift + enter
神器,補全當前行,最常用的場景時補全當前行後的;號,並將游標定位到下一行
調出最近複製的n份內容
ctrl + shift + v
檢視最近編輯的檔案
ctrl + e
對比最近修改
alt + shift + c
格式化**
ctrl + shift + f
ctrl + alt + l
整理import
ctrl + shift + o
ctrl + alt + o
跳轉
顯示方法層次
ctrl + shift + h
顯示類、方法說明
f2ctrl + q
跳到方法定義處
ctrl + b
跳到方法實現處
ctrl + alt + b
跳到上/下一方法
alt + up/down
上/下一檢視處
alt + <-
alt + ->
ctrl + alt + up/down
跳到指定行
ctrl + l
ctrl + g
重構
改名alt + shift + r
shift + f6
其他常用
ctrl + f6 修改方法簽名
ctrl + shift + f6 修改引數的型別
ctrl + shift + v引入區域性變數
ctrl + shift + p 引入引數
ctrl + shift + f 引入類變數
ctrl + shift + m 引入方法
ctrl + shift + c 引入常量
執行
啟動除錯
alt + shift + f9
啟動執行
alt + shift + f10
單步進入
f5f7
單步跳過
f6f8
跳過f8
f9執行選中語句
alt + f8
視窗
調出介面
ctrl + alt + s調出settings介面
ctrl + alt + shift + s調出專案setting介面
關閉介面
ctrl + f4 或 esc
開啟視窗
alt + 視窗編號(例如專案視窗編號是1)
最大化視窗
ctrl + m
ctrl + shift + f12
隱藏視窗
shift + esc
關閉當前檔案
ctrl + f4
垂直分屏
ctrl + | (自定義的)
調整視窗位置
ctrl + m 將當前游標處顯示到螢幕**
切換視窗
ctrl + tab
mac快捷鍵 xcode快捷鍵
快捷鍵圖示 com w關閉當前頁面 ctrl com com tab 切換程式 com option確定進入程式 option com 0開啟右邊使用工具欄 command option esc 開啟強制退出視窗 com option esc開啟強制退出 com 0 開啟導航器 com shift ...
idea快捷鍵 Alt Shift 快捷鍵
alt shift n 選擇 新增 task 必備 alt shift f 顯示新增到收藏夾彈出層 新增到收藏夾 alt shift c 檢視最近操作專案的變化情況列表 alt shift i 檢視專案當前檔案 alt shift f7在 debug 模式下,下一步,進入當前方法體內,如果方法體還有...
Windows快捷鍵 linux快捷鍵
alt tab 在開啟的應用之間切換。alt f4 關閉活動項,或者退出活動應用。windows 徽標鍵 l 鎖定你的電腦。windows 徽標鍵 d 顯示和隱藏桌面。ctrl shift esc 開啟任務管理器。1 tab 命令或路徑等的補全鍵,linux用的最多的乙個快捷鍵 2 ctrl a 游...