一、字体
Settings ---> Editor ---> Colors&Fonts ---> Font ---> Monospaced 16号
Appearance & Behavior ---> Appearance ---> Monospaced 16号
二、行号
Settings ---> Editor ---> General ---> Appearance ---> Show line numbers
三、快捷键
Settings->IDE Settings->Keymap->Keymaps选择Eclipse
1. 跳至下一行
Keymap->Editor Actions->Complete Current Statement默认是Ctrl+Shift+Enter,修改为:Ctrl+Enter
2. 行拷贝
Duplicate Lines ---> Ctrl+Down
3. 移动整行
Alt+Up 向上
Alt+Down 向下
4. 删除 Ctrl+D
5. 格式化 Ctrl+Shift+F
6. 全工程搜索 Ctrl+H
7. 当前文件搜索 Ctrl+F
8. 清除多余引入类 Ctrl+Shift+O
9. 重命名 Alt+Shift+R
10.回退 Ctrl+Z
四、修改author信息:
Editor ---> File and Code Templates ---> Includes ---> File Header
五、Can't use subversion command line client : svn
安装svn时勾选command line
六、Android Studio 插件
1. ADB IDEA 调出快捷键:CTRL+SHIFT+A