背景护眼模式:
Appearance & Behavior -> Appearance - Theme选择Darcula
字体大小设置:
Editor -> Colors & Fonts -> Font 首先Save as 一个Scheme 在下面size中输入18 ->OK
Logcat字体大小:
Settings->Editor->Color & Fonts->Console Font
Ctrl+1快速修复/建议:
other -> Show Intention Actions
Alt+/ 提示:
Completion -> Basic
鼠标停类名显示文档:
Editor -> 打开General -> 找到other 把Show quick doc on mouse move...勾上
设置不区分大小写提示:
Editor -> General -> Code Completion 降Case sensitive completion 设置为NONE
设置自动导包删除包
Editor -> General ->Auto Import 勾上Optimize imports on the fly 和 Add unambiguous imports on the fly
设置Ctrl+W关闭当前窗口
Keymap搜索Close 找到Ctrl+F4添加Ctrl+W
设置Ctrl+D删除行
Keymap-> Editor Actions -> Delete Line 添加快捷键Ctrl+D
恢复快捷键
搜索Ctrl + Shift + z 修改为Ctrl+Y