常见的几个Idea的代码快捷键
格式化代码:
Ctrl + Alt + L
Optimize Imports(优化包引用):
Ctrl-Alt-O
单行注释(//):
Ctrl-/
块注释(/*...*/)
Ctrl-Shift-/