您的位置:首页 > 移动开发 > Android开发

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

2018-02-06 11:46 323 查看
以下快捷键都是系统默认的。

复制行: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 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息