control + command + f 窗口全屏与否的切换
control + shift + f 全局字符串搜索
control + shift + r 全局字符串替换
command + 1 打开项目结构(Project)
command + 7 类结构列表(Structrue)
command + e 最近打开的文件
command + d 复制当前行
command + h 隐藏当前窗口
command + b 跳入下一个函数
command + k git commit
command + n 代码生成器(JSON FORMAT,GETTING,SETTING)
command + j 某些代码行快捷方式(fbc=findViewById)
command + o 类搜索
command + + 代码块的打开
command + - 代码块的关闭
command + > 代码块的打开与关闭
command + < 打开Preferences
command + / 注释(双斜杠 "//" 形式)
command + ↑ 选择同一目录下的其他文件,对layout资源文件的选择有用
command + ← 到行首
command + → 到行尾
command + ↓ 跳入下一个函数
command + f8 加断点
command + f9 build project
command + f12 class structure
control + shift + f 全局字符串搜索
control + shift + k git commit push
control + shift + n 打开特定文件(比如有html,有JSON,JSON可以代替线上的JSON FORMAT)
control + shift + / 注释( "/**/" 形式)
control + shift + ← 切换编辑器的模式Design 和Text
control + shift + → 切换编辑器的模式Design 和Text
command + shift + + 整个类的代码块的打开
command + shift + - 整个类的代码块的关闭
command + shift + ↑ 行上移
command + shift + ↓ 行下移