Android Studio Mac電腦常用快捷鍵

2021-07-06 10:40:57 字數 821 閱讀 8043

注意:mac電腦上cmd和ctrl兩個鍵和其它鍵的組合,會有不一樣的功能

前進(移動游標到歷史操作處): cmd + ]

後退(移動游標到歷史操作處): cmd +[

格式化**:cmd + alt + l

順序查詢:       cmd + g

查詢+替換:cmd + r

刪除行:             cmd + delete

重寫介面或方法:             cmd + n

搜尋介面在哪兒被實現:  cmd + alt + b

檢視class中的所有成員: cmd + 7

檢視class的繼承關係:     cmd + h

搜尋整個工程中出現的symbol:             cmd + shift +f

搜尋當前project中的class:                    cmd + o

搜尋當前project中的file:(包含class):cmd +shift + o

cmd+alt+t:選中一塊**,按此組合鍵,可快速新增if 、for、try/catch等語句

摺疊展開全部**塊:    cmd + shift + 加號鍵/減號  

選擇要過載的父類方法: ctrl + o

選擇要實現的父類介面: ctrl + i

搜尋引用:     ctrl + alt + h(或者-右鍵選擇「find usages")

run啟動:      ctrl + alt + r

自動對齊:   ctrl + alt + i

新增import:alt + 回車

Android Studio Mac版快捷鍵

option alt shift control command esc alt f7 find usage alt command l 格式化 alt command o 優化import 去掉無用的import command o override methods command i imple...

Android Studio Mac版快捷鍵

alt f7 find usage alt command l 格式化 alt command o 優化import 去掉無用的import command o override methods command i implement methods command b declaration檢視定...

Android Studio Mac版快捷鍵

option alt shift control command esc alt f7 find usage alt command l 格式化 alt command o 優化import 去掉無用的import command o override methods command i imple...