eclipse新建工做空间后的经常使用设置

1.设置字体

通常主要设置下面三个地方(其余能够按需进行设置):java

Window->Preferences->(能够直接搜索font)General -> Appearance ->Colors and Fonts –>Java ->Java Editor Text Font
Window->Preferences->(能够直接搜索font)General -> Appearance ->Colors and Fonts –>Java ->Properties File Editor Text Font
Window->Preferences->(能够直接搜索font)General -> Appearance ->Colors and Fonts –>Debug -> console font
Window->Preferences->(能够直接搜索font)General -> Appearance ->Colors and Fonts –>Basic –> Text Font能够修改xml文件的字体格式

2.设置编码格式

参考:http://www.javashuo.com/article/p-gzfwunnq-hy.html
主要是整个工做空间设置UTF-8以及java文件、xml文件、properties文件等设置UTP-8.

3.设置快捷提示

eclipse –>Windows ->Preferences ->Java ->Editor ->Content Assist,而后修改Auto Activation triggers for java的值为:.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ,点击apply按钮。

4.Java环境变量及Maven配置文件等

参考:https://blog.csdn.net/qiaorui_/article/details/78424491app

5.直接应用已配好的Eclipse工做空间的配置

参考:https://blog.csdn.net/y41992910/article/details/79009159eclipse

将workspace/.metadata/.plugins/org.eclipse.core.runtime中的.settings文件夹拷贝出来,里面就是全部的配置文件,新建工做空间的时候将该.settings文件夹替换掉新工做空间中的.settings文件夹便可。字体

相关文章
相关标签/搜索