Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android編程入門 >> Android studio 快捷鍵(Mac)

Android studio 快捷鍵(Mac)

編輯:Android編程入門

Code

alt+F7:Find usage
alt+command+L:格式化代碼
alt+command+O:優化import(去掉無用的import)
command+O:Override Methods
command+I:Implement Methods
command+B:Declaration查看定義
alt+command+B:Implementations查看其實現
command+U:Super Method(Class)
control+上下方向鍵:Previous/Next Method
(shift+)F2:快遞定位並高亮錯誤(deprecate,unused)
command+Z:Undo撤銷
shift+command+Z:Redo Typing
alt+enter:引入包,添加注釋…
control+enter:generate setter,getter…
shift+command+T:添加Test
command+W:Extend Selection
shift+command+W:Shrink Selection
command+P:參數提示
command+Y(X):刪除當前行(剪切當前行)
command+F11:添加/取消bookmark
shift+F11:顯示bookmark列表
command+shift+/-:展開收縮代碼
shift+command+上下方向鍵:Move Line Up/Move Line Down

Ctrl+Alt+Space(空格鍵),類名,接口名,資源選擇提示

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved