Android Studio快捷键

快捷键 作用 自定义快捷键
undo 撤回
delete 删除行
comment with line comment 注释 Ctrl + Shift + C
Cloumn Selection Mode 列编辑
Move Statement Down
Move Statement Up
Move Line Down 向下移动行
Move Line Up 向上移动行
Duplicate Entire Lines 代码复制并下移
rename 重命名
reformat code 格式化 Shift + Alt + F
Show Intention Actions 修改代码提示
Show Line Numbers
Line...
Type Hierarchy
Completion->Basic Alt + .
Ctrl - 代码内替换
Find in Path... 全局搜索
rename 重命名
Implementation 实现类
Debug Debug模式编译Apk
Replace... 修改文件中指定内容
Toggle Case 大小写转换 Ctrl + Shift + V
Select All Occurrences 全选中
Unselect Occurrence 取消全选中
Type Hierarchy 显示类继承关系 a
Declaration 具体的实现 cmd+B

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

你可能感兴趣的:(Android Studio快捷键)