Android studio 的快捷键对应 MAC 和Win版本

转自:https//blog.csdn.net/zq019/article/details/54618185

 

功能描述 键盘布局对应名字 苹果电脑 赢/ Linux的
提示错误解决方案 显示意向操作 option + enter alt + enter
AS配置界面 喜好 command + , control+alt+S
工程项目配置界面 项目结构 command + ; Control+Alt+Shift+S
快速构成代码 代码生成 command + N alt + insert
代码提示 完成/基本 control + space(mac会冲突,手动修改) ctrl + 空格(win同样大部分和输入法冲突,手动修改)
选择视图 在任何视图中选择 option + F1 alt + F1
添加书签标识 切换书签 option + F3 ctrl + F11
向下移动一行 向下移动线路 option + shift + Down alt + shift + Down
向上移动一行 向上移动 option + shift + Up alt + shift + Up
注释代码 评论线评论 command + / ctrl + /
用代码模板包裹代码 用实时模板环绕 command + option + J ctrl + alt + J
格式化代码 重新格式化代码 command + option + L ctrl + alt + L
复制参考 复制参考 command + option + shift + C ctrl + alt + shift + C
如果/试等包裹代码 环绕...... command + option + T ctrl + alt + T
查看声明 宣言 command + B ctrl + B
快捷向下复制行 重复的行或块 command + D ctrl + D
删除行 删除行 command + delete ctrl + Y
快捷最近打开 最近的文件 command + E ctrl + E
查找 编辑/查找/查找 command + F ctrl + F
文件方法结构 文件结构 command + F12 ctrl + F12
显示书签 显示书签 command + F3 shift + F11
代码高亮向下查找 移至下一次出现 command + G F3
代码高亮向上查找 移至上一次出现 command + shift + G shift + F3
按照模板生成代码 插入实时模板 command + J ctrl + J
定位到行 导航/线路 command + L ctrl + G
快速到行首/尾 将插入符号移动到行开始/结束 command + Left/Right ctrl + Left/Right
代码折叠/展开 折叠/展开 command + 减号/加号 ctrl + 减号/加号
查找类 导航/班 command + O ctrl + N
多行注释 代码/评论 command + option + / ctrl + alt + /
格式化代码 重新格式化代码 command + option + L ctrl + alt + L
提示参数类型 参数信息 command + P ctrl + P
查找替换 更换 command + R ctrl + R
查找命令 寻找行动 command + shift + A ctrl + shift + A
拷贝文件路径 复制路径 command + shift + C ctrl + shift + C
移动代码块 向上/向下移动语句 command + shift + down/up ctrl + shift + down/up
代码补全 完整的当前声明 command + shift + enter ctrl + shift + enter
全路径查找 在路径中查找 command + shift + F ctrl + shift + F
代码高亮 突出显示文件中的用法 command + shift + F7 alt + J
窗口内所有代码折叠/展开 折叠/展开全部 command + shift + 减号/加号 ctrl + shift + 减号/加号
查找文件 浏览/文件 command + shift + O ctrl + shift + N
全路径中替换 在路径中替换 command + shift + R ctrl + shift + R
大小写转换 切换案例 command + shift + U ctrl + shift + U
显示粘贴版历史 粘贴历史记录 command + shift + V ctrl + shift + V
快速查找定义   command + space ctrl + shift + I
粘贴 command + V ctrl + V
复制 复制 command + C ctrl + C
去除无效包引用 优化进口 control + option + O ctrl + alt + O
显示类关系继承体系 输入层次结构 control + H ctrl + H
快速覆写方法 覆盖方法 control + O ctrl + O
查找调用的位置 调用层次结构 control + option + H ctrl + alt + H
添加书签 切换书签 F3 F11
扩大缩小选中范围 扩展选择/缩小选择 option + UP/Down ctrl + W + shift + W
跳转到父类 超级方法 command + U ctrl + U
关闭当前标签标签 编辑器选项卡/关闭 command + W ctrl + shift + a
关闭除编辑窗口的其余窗口 隐藏所有工具Windows command + shift + F12 ctrl + shift + F12
预览方法定义 快速定义 command + Y ctrl + shift + I
返回光标最后编辑位置 最后编辑位置 command + shift + delete control + shift + Backspace
调到代码块首部/尾部 将Caret移动到代码块 Option + Command + [ 或者 ] Control+[ 或者 ]
重命名 改名 shift + F6 shift + F6
抽取方法 提取方法 command + option + M control+alt+M
抽取变量 提取变量 command + option + V control+alt+V
抽取字段 提取字段 command + option + F control+alt+F
抽取常量 提取常数 command + option + C control+alt+C
抽取参数 提取参数 command + option + P control+alt+P
重构入口 重构这个 control + T ctrl + alt + shift + T

 

最近操作

Command +E(mac)    

Ctrl +E   (win)

 

最近修改

Command +Shift +E  (mac)

Ctrl +shift +enter (win)

 

文件查找

Command +o (mac)

Ctrl +n (win)

 

比上边的那个级别更高 查找

Command +shift+ o(mac)

Ctrl +shift +n (win)

 

操作记录

Command +option +Left\Right    (mac)

Command +[   \ ]

 

Ctrl +alt     +左右键(win)  

 

 

移动行 

option+shift +  方向键上\下(mac)

Alt +shift + 方向键 上\下(win)

 

查找方法的调用处

option+F7   (mac)

Alt +F7   (win)

 

方法的跟进

Command +B  (mac)

Ctrl +alt +B (win)

 

 

 

显示方法的参数:

command+p (mac)

Ctrl +p    (win)

 

行的快速操作:

快速删除行  command +X  (Mac)

快速复制行  Command +D (Mac)

                    Ctrl D (win)

 

 

多行操作

按住 option    然后拖住鼠标

Win 中是  alt

 

 

快速补全

Command +shift +enter  (mac)

Ctrl +shift +enter  (win)

 

 

快速 生成变量

Option +enter (mac)

Alt +enter (win)

 

 

 

代码的折叠

 

Command +  加号和减号 (mac)

Ctrl + 加号和减号

 

 

预览方法的定义

command +Y  (mac)

Ctrl +shift +I   (win )

 

 

抽取方法 

Command +option +M 

Ctrl +alt +M

 

重构入口

Ctrl +T 

 

Ctrl +alt +shift  +T
 

你可能感兴趣的:(【android】技术分享)