快捷键配置成eclipse风格
1.show intention actions --> ctrl+1
2.comment with line comment --> ctrl+/
3.comment with block comment --> ctrl+shift+/
4.insert live template --> alt+/
5.Completion --> ?alt+/
6.file --> ctrl+shift+r
7.class --> ctrl+n
8.line --> ctrl+L
9.implementaction --> ctrl+t
10.test --> ctrl+shift+t
11.call Hierarchy --> ctrl+shift+c
12.override methods --> alt+o
13.implement methods --> alt +i
14.generate --> alt +g
15.surround with --> alt+s
16.reformat code -->ctrl+shift+f
17.optimize imports -->ctrl+shift+o
18.move line down -->ctrl+down
19.move line up -->ctrl+up
?
debug
F9????????????resume?programe?恢复程序
Alt+F10???????show?execution?point?显示执行断点
F8????????????Step?Over?相当于eclipse的f6??????跳到下一步
F7????????????Step?Into?相当于eclipse的f5就是??进入到代码
Alt+shift+F7??Force?Step?Into?这个是强制进入代码
Shift+F8??????Step?Out??相当于eclipse的f8跳到下一个断点,也相当于eclipse的f7跳出函数
Atl+F9????????Run?To?Cursor?运行到光标处
ctrl+shift+F9???debug运行java类
ctrl+shift+F10??正常运行java类
alt+F8??????????debug时选中查看值