-
Ctrl+Shift+O 自动import
-
Eclipse设置打开文件类型:General->File Association->add
-
Ctrl+T 类继承层次
-
显示包结构:Window->Show View->Package Explorer
-
ctrl+/ 注释
-
快速修复 Ctrl + 1
-
删除当前行 Ctrl + d
-
格式化文档 Ctrl + Shift + f
-
插入空行 Shift + Enter
-
编辑窗口最大化 Ctrl + m
-
显示大纲 Ctrl + o
-
查找Java类文件 Ctrl + Shift + T
-
查找引用 Ctrl+Shift+G
-
后退历史记录 Alt+ ←、Alt+ →
-
快速查找选定的内容 Ctrl+K
-
重命名 Alt+Shift+R
-
find usage
shift+command+g
-
Alt+left command+[ last location
-
command+g declaration
-
Right-click on an Eclipse project then "Export" then "General" then "Ant build files". I don't think it is possible to customise the output format though.