- 新建 ctrl + n
- 格式化 ctrl + shift + f
- 导入包 ctrl + shift + o
- 注释 ctrl + / ,ctrl + shift + / ,ctrl + shift + \
- 代码上下移动 选中代码alt + 上/下箭头
- 查看源码 选中类名(F3或者ctrl+鼠标点击)
- 查找具体的类ctrl + shift + t
- 查找具体类的具体方法ctrl + o
- 给建议 ctrl +1,根据右边生成左边的数据类型,生成方法
- 删除代码 ctrl + d
- 抽取方法 alt + shift + m
- 改名 alt + shift + r
Eclipse常用快捷键
最新推荐文章于 2022-04-24 16:43:21 发布