【java】eclipse

eclipse重置窗口布局
https://jingyan.baidu.com/article/0bc808fc55a2bc5ad585b923.html

快速查找文件
Ctrl+Shift+R 
自定义ctrel + P
查找函数
Ctrl + O

eclipse 如何自定义快捷键?eclipse快捷键大全
https://www.xitongbuluo.com/jiaocheng/74408.html

F5键与F6键均为单步调试:
F5是step into,也就是进入本行代码中执行,跳入
F6是step over,跳过,也就是执行本行代码,跳到下一行
F7是跳出函数 step return,执行完当前method,然后return跳出此method
F8是执行到最后

project ->clean 就会重新编译

eclipse
全局搜索 search  /  ctrl + alt + h
 

你可能感兴趣的:(eclipse,java,ide)