Eclipse 常用快捷键

Ctrl+/                                行注释/销注释

Ctrl+Shift+/   Ctrl+Shift+\     块注释/销注释
Ctrl+H                               查找
Ctrl+F                               查找替换
Ctrl+K   Ctrl+Shift+K            查找下一个/往回找
Ctrl+L                                跳到某行
Ctrl+G                               查找当前元素的声明
Ctrl+M                               工作区最大化/最小化 
Ctrl+Shift+O                       重新组织, 能帮你一次去掉所有未使用的Import声明!
Ctrl+1                               快速修
shift + alt + j                     加头注释
Ctrl+Shift+G                      查找当前元素的所有引用
ctrl + shift + m                  引入某个类(接口)
ctrl  +  shift  +  n               重命名 
ctrl  +  shift  +  f               格式化代码 
ctrl  +  shift  +  t               查找类信息 
ctrl  +  shift  +  r               查找资源信息
CTRL+SHIFT+S                  保存所有修改
Alt  +  shift  +  r                重命名变量 
Alt    +  /                         智能提示 
Shift+Alt+T                       重构  
Shift+Alt+M                      提取函数  
Shift+Alt+R                       重命名  
Shift+Alt+C                      更改函数标记 

你可能感兴趣的:(Eclipse 常用快捷键)