idea常用设置(maven路径问题)
1.修改为eclipse快捷键
File -> Settings -> Keymap => Keymaps改为 Eclipse copy
2.修改智能提示快捷键
File -> Settings -> Keymap -> Main menu -> Code -> Completion -> Basic=>修改为Ctrl+Alt+Enter 保存时把冲突的Remove掉。
File -> Settings -> Keymap -> Editor Actions -> Complete Current Statement=>修改为Ctrl+;
3.显示行号和方法线
File -> Settings ->Editor ->General -> Appearance =>Show line numbers&&show method separators选中
4.区分大小写
5.改变编辑文本字体大小
File -> settings -> EDITOR COLORS & FONTS -> FONT -> SIZE
6.System.out.println 快捷输出
“list”.sout => System.out.println(“list.toString”);
在eclipse中使用方式为: sysout=> System.out.println();