Idea 常用配置记录
记录idea常用配置,方便使用(长期更新)。
1. 代码提示忽略大小写
设置完成代码提示时,不再区分大小写。
File -> Settings -> Editor -> General -> Code Completion -> Match case
- 效果
2. 显示行号
File -> Settings ->Editor ->General -> Appearance ->Show line numbers
3. 显示方法分隔线
File -> Settings ->Editor ->General -> Appearance ->show method separators
- 效果
4. 设置tabs多行显示
IDEA 默认是把所有打开的文件名单行显示,如果需要显示多行则需要进行配置;
File -> Settings ->Editor ->General -> Editor Tabs -> Show tabs in one row 取消勾选状态
- 效果: