美文网首页
Android Studio快捷键

Android Studio快捷键

作者: 冉桓彬 | 来源:发表于2019-07-05 12:25 被阅读0次
快捷键 作用 自定义快捷键
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 修改代码提示 Alt + 1
Show Line Numbers
Line...
Type Hierarchy
Completion->Basic Alt + .
Ctrl - 代码内替换
Find in Path... 全局搜索 Shift + win +F
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快捷键

      本文链接:https://www.haomeiwen.com/subject/wxyabqtx.html