bingoogolapple / bingoogolapple.github.io

个人主页。同时也通过 Issues 记录学习笔记
http://www.bingoogolapple.cn
86 stars 19 forks source link

Android Studio快捷键 #81

Open bingoogolapple opened 8 years ago

bingoogolapple commented 8 years ago

Esc:该操作仅仅把光标移回编辑器。 Shift + Esc:该操作会关闭当前面板,然后把光标移回到编辑器。

command + f12

调出当前文件的大纲,并通过模糊匹配快速跳转至指定的方法

option + 空格 或者 command + y

不离开当前文件当前类的情况下快速查看某个方法或者类的实现

command + Option + M

提取方法代码片段

command + Option + f7

查看在那些地方使用到了该类、实例、方法等

command + e

查看最近访问的文件

option + f1 然后按8

在Finder中显示

command + f2

终止进程

ctrl + g

Sublime Text式的多处选择

Cmd + Alt + T

包裹代码

Cmd + Alt + F

局部变量装换成全局变量