Eclipse操作技巧记录
时间:2014-08-05 10:43:19
收藏:0
阅读:254
工欲善其事,必先利其器。记录下自己使用的eclipse操作技巧
1.eclipse设置自动提示
window-》preference-》java-》editor-》content assit-》auto activation trigger for java
里面加上0-9和a-z就好
2.显示行数
window-》preference-》general-》editors-》text editors-》show line numbers打钩即可
3.自动格式化代码和import
window-》preference-》java-》editor-》save actions
评论(0)