mac下Android Studio 快捷键(持续更新)

以下快捷键都是系统默认的。

复制行:command+d            windows:ctrl+d
删除行:command+退格键(delete)     windows:ctrl+y
生成get.set:command+n           windows:alt+insert  
智能类型提示:command+shift+空格  
Introduce variable : option+回车

自动补全:command+shift+回车
上下移动:command+shift+上下方向键
返回上个位置:option+command+左方向键
格式化代码:option+command+l
清除无用的导入:control+option+o

隐藏侧边窗口:shift+esc

运行:ctrl+r
debug:ctrl+d 


猜你喜欢

转载自blog.csdn.net/adojayfan/article/details/79268949