介绍点eclipse/myeclipse中的一些小技巧:

来源:互联网 发布:萧山网络问政 编辑:程序博客网 时间:2024/05/21 17:15

1.TODO、FIXME和XXX都会被task视图收集。(很好很强大哦...但是在TODO被认为是最坑爹的注释2013年05月09日 - Coding Life - Coding Life你懂得...)

2.在eclipse、myeclipse中还可以自定义特殊注释标签哦。路径是打开Window—>Preferences—>Java—>Compiler—>Task Tags

3.修改默认注释:Window—>Preferences—>Java—>Code Style—>Code Templates

4.修改字体大小颜色:Window—>Preferences—>General—>Appearance—>Colors and Fonts

5.修改快捷键:Window—>Preferences—>General—>Keys 当然常用的快捷键自己可以看看不用去网上找了。2013年05月09日 - Coding Life - Coding Life


就先这些吧.可能程序猿的生活是长期看着电脑屏幕的,适当的给我们的myeclipse换换背景色或者eclipse换换皮肤也是很好的,绿色对眼睛是最好的,我们要保护要我们的眼睛哦。还有就是我们的大肚子...要多运动减减啦2013年05月09日 - Coding Life - Coding Life

   6.eclipse换皮肤的方法是

Help -> Install New Software -> add  -> name:Color Theme     Location:http://eclipse-color-theme.github.com/update    点击ok

选中之后一直下一步下一步。然后Eclipse会重启一次。重启之后 Windows ->Perferences ->General-> Appearence ->Color Theme 

然后你懂得...2013年05月09日 - Coding Life - Coding Life(小心经理说你浪骚装B哦...2013年05月09日 - Coding Life - Coding Life)


大家在用eclipse或者myeclipse时是不是build workspace的时候特别慢呢?原因其实是设置的validation过多,myeclipse会每个都去检查,有JS,HTML,JAVA等等文件,需要checked的文件太多,尤其大项目达到1到2G的那得build死人啊。 2013年05月09日 - Coding Life - Coding Life解决办法很简单:Window—>Preferences这个用的好多啊哈哈2013年05月09日 - Coding Life - Coding Life在检索框框里边输入Validation2013年05月09日 - Coding Life - Coding Life其实路径是Window—>Preferences—>Myeclipse—>Validation

但是myeclipse下面好多啊,找着麻烦所以...斑猪好啰嗦的说2013年05月09日 - Coding Life - Coding Life.把Manual下的对号全部去掉,Build下面的只留下Classpath Dependency Validator和Deployment Descriptor Validator这两个就OK了,其他的我们根本不需要build。

原创粉丝点击