eclipse使用

Ctrl+Shift+O 自动组织导入

Ctrl+Shift+/ 块注释 

Ctrl+Shift+O 取消块注释 

Ctrl+Q 移动到上次编辑

Ctrl+L 移动到行号

Alt+Shift+Z 快速结构输入

还有最强大的自定义输入:

  首选项》java》编辑器》模板  中可以自定义输出

比如我的log:             Log.i("douya",""+${word_selection}${});${cursor}

    

原文地址:https://www.cnblogs.com/douyamv/p/4279011.html