eclipse常用配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse常用配置相关的知识,希望对你有一定的参考价值。
1.代码提示:
java:
Window -> Preferences -> Java -> Editor -> Content Assist -> Auto Activation
.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
xml:Window > Preferences > Xml > Editor > Content Assist > Auto activation > Prompt when these characters are inserted
<=:.abcdefghijklmnopqrstuvwxyz(,ABCDEFGHIJKLMNOPQRSTUVWXYZ
2.Java代码长度
打开Eclipse的Window菜单,然后
Preferences->Java->Code Style->Formatter->Edit ->Line Wrapping->Maximum line width:默认80
加个0,改成800就行了。
3.工作控件默认编码:
以上是关于eclipse常用配置的主要内容,如果未能解决你的问题,请参考以下文章