Recalling the idea Shortcuts

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时选中查看值

 

 

 

Ctrl + N Find a class
alt + F7 to find content in those places used
ctrl + shift + N Find File
ctrl + alt + O finishing imported package
ctrl + alt + L formatting code
ctrl + shift + enter to complete a sentence, automatically added
ctrl + alt + enter on line
shift + enter the next line
ctrl + alt + T try..catch
ctrl + shift + T generated test case
ctrl + / comment line comment or trans
ctrl + shift + / trans comment block or comment
ctrl + shift + space intelligent code hints
 
ctrl + D duplicate rows
ctrl + Y Delete Row
F7 Debug entry
F8 debugging into the next line
F9 to debug the next point
alt + F9 to debug cursor line
shift + F6 to modify the variable name
ctrl + E to view the most recently modified files
ctrl + alt + B inheritance
ctrl + W variable name selection
sout + tab 键 system.out.println()
iter + tab key shortcuts for each traversal code module
itar + tab key code data traversing fast code module
Shortcut key code module main + tab main method
 
ctrl + U to find the parent class
ctrl + J fast code module
See comment information ctrl + Q method, class
See parameter information of a method ctrl + P
ctrl + B to jump to the line defining the variable, or a method where the class
ctrl + alt + edit position left arrow or right arrow to switch back and forth
alt + alt + Left arrow or right class switching between the arrows
alt + Q to view the current class information without having to scroll to the top
alt + Jump between the up arrow or down arrow alt method of the present class
ctrl + shift + J compact code, the next line immediately Bank

Guess you like

Origin www.cnblogs.com/fengli9998/p/11756406.html