Saturday, May 30, 2015

Android studio Kemap quick learing



Alt + FN + 7  show class outLine
Alt + FN + 1  show program outLine

Alt + <--  back last editer
Alt + -->  go to new editer

Ctrl(Command)+B 快速打开光标处的类或方法

Alt(Option)+Shift+C 查看文件的变更历史

Ctrl(Command)+C 复制当前行或选中的内容
Ctrl(Command)+D 粘贴当前行或选中的内容
Ctrl(Command)+X 剪切当前行或选中的内容
Ctrl(Command)+Y 删除行
Ctrl(Command)+Z 倒退

Ctrl(Command)+Shift+Back 跳转到上次编辑的地方

Ctrl(Command)+N 查找类
Ctrl(Command)+Shift+N 查找文件
Ctrl(Command)+Shift+Alt(Option)+N 查找项目中的方法或变量
Ctrl(Command)+Shift+B 跳转到类或方法实现处
Ctrl(Command)+E 最近打开的文件

Ctrl(Command)+Alt(Option)+L 格式化代码
Ctrl(Command)+Alt(Option)+I 将选中的代码进行自动缩进编排
Ctrl(Command)+Alt(Option)+O 优化导入的类和包

Ctrl(Command)+ / 注释 //
Ctrl(Command)+Shift+ / 注释 /…/

No comments:

Post a Comment