eclipse的快捷键,有段日子不用,都快忘了,列几个常用滴
ctrl + shrit + R 快速查找文件名
ctrl + W 关闭当前页
ctrl + M 最大化当前页
alt + / (我会改为alt + R)为代码提示
alt + 上 | alt + 下 移动代码
alt + ← | zlt + 右 查看前后代码
debug
F5 进入 (vs 是F11)
F6 下一步 (vs 是F10)
F7 跳出
ctrl + R 运行到光标 (vs 是 ctrl + F10)