Skip to content

Commit 105e78c

Browse files
committed
update studio shortcut
1 parent 381ce86 commit 105e78c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Android基础/AndroidStudio使用教程(第一弹).md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,15 @@ AndroidStudio使用教程(第一弹)
102102
不用再通过新开一个页面查看了,看代码实现的时候非常方便。 | `Ctrl+Shift+I` | `Option+Space` |
103103
| 全局搜索 | `Ctrl+Shift+F` | `Command+Shift+F` |
104104
| 上一步、下一步 | `` | `Command+[或]` |
105+
| 高亮所有相同变量 | `Ctrl+Shift+F7` | `Command+Shift+F7` |
106+
| 方法调用层级弹窗 | `Ctrl+Alt+H` | `Control+Option+H` |
107+
|立马知道某个类或者方法的来源同时又不想丢掉当前的编码环境 | `Ctrl+Shift+I` | `Option+Space` |
108+
|书签(在当前行打上书签) | `F11` | `F3` |
109+
|展示书签 | `Shift+F11` | `Command+F3` |
110+
|整行代码上下移动 | `Alt+Shift++↑或↓` | `Option+Shift+↑或↓` |
111+
112+
105113

106-
107114
---
108115

109116
- 邮箱 :charon.chui@gmail.com

0 commit comments

Comments
 (0)