eclipse工作空间的常用设置

一、设置字体

Window->Preferences->(可以直接搜索font)General -> Appearance ->Colors and Fonts -->Basic -->Text Font。。(

二、设置编码格式

Window->Preferences->General ->Content Type->Text->JSP 最下面设置为UTF-8

Window->Preferences->General->Workspace   面板Text file encoding 选择UTF-8

Window->Preferences->Web->JSP Files 面板选择 ISO 10646/Unicode(UTF-8)

三、设置new的菜单



四、设置右键“new”菜单

Window --> Customize Perspective... --> Shortcuts --> 选择"New"

五、设置“快捷提示”功能

打开eclipse >> Windows >> Preferences >> Java >> Editor >> Content Assist;
修改 Auto Activation triggers for java的值为:.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW  
点击apply按钮。
原文地址:https://www.cnblogs.com/qiuhaitang/p/8330459.html