1.打开停在fetching android sdk component infomation界面
Android Studio目录下的bin目录。找到idea.properties文件,用文本编辑器打开。 在idea.properties文件末尾添加一行: disable.android.first.run=true ,然后保存文件。
1.智能提示不分大小写
2.搜索默认无快捷键,Find...改成commend+F, Delete Line 改为commend+delete, 全局查找引用的地方 Find Usages 改为commend+shift +G, Optimize Imports...改为commend+shift+O, Duplicate Lines改为commend+alt+下, Show Intention Actions改为commend+1,
format 可改为ctrl+i
Comment with Line Comment 是注释, 默认是cmd+/,可加入cmd+shift+c,
搜索run默认ctrl+R改为commend+R, 搜索replace替换快捷键改为ctrl+R,
大小写转换 | Cmd + Shift + U |
Shift + Enter | 任意位置换行(往下添加空行) | Shift + Enter |
Shift + Alt + Up/Down | 当前行、选中行向上/向下移动 | Alt + Up/Down | 可以任意移动 |
3.修改主题
4.添加第三方类库的方法
http://www.cnblogs.com/neozhu/p/3458759.html
5.自动import
6.默认显示行数
7.插件
android studio prettify 可省去findviewbyid,需要选中setcontentview才能用,因为不能选include里面的findviewbyid,所以用处也不大
GsonFormat 支持json的get set方法