eclipse 一些快捷键

时间:2021-10-17 04:59:26

快捷键
alt + 上下方向键

向后缩进 shift + tab 整体向左移动 tab 就是向右移动

ctrl + Q 就是构建有参的构造方法

ctrl + E 是get set 方法,要把quick 的快捷键去掉

查看源代码 ctrl + shift + T

断点访问 直接利用debug 就可以了 step into , step over , step return(可以在你step into 的时候进行退出)

refactor -> rename 用于联动修改名字