**Eclipse基本设置**
一、Eclipse外观样式设置 【Window -> Preferences -> General - > Appearance】

二、编码、字体类型、字体大小设置
1、文本文件编码设置【Window -> Preferences -> General -> Workspace】

2、JSP编码设置【Window -> Preferences -> Web -> JSP Files】

3、字体类型、字体大小设置【Window -> Preferences -> General -> Appearance -> Content Assist -> Colors and Fornts】

三、行号显示设置:右击左边区域,选择Show Line Numbers

四、代码自动提示【Window -> Preferences -> Java -> Editor -> Content Assist -> Auto Activation】

delay弹出提示框的延时时间,毫秒为单位,可进行修改;
triggers默认是".",加上".abcdefghijklmnopqrstuvwxyz"

五、Eclipse控制台console自动跳出来【Window -> Preferences -> Run/Debug-> Console】

六、工程项目多时,将不必要的校验去掉,可提升速度

本文介绍了Eclipse的基本设置,包括外观样式、编码格式、字体大小的调整,行号显示,代码自动提示的配置,以及如何让控制台自动弹出。通过这些设置,可以优化开发体验,提高工作效率。
5485

被折叠的 条评论
为什么被折叠?



