1、设置行号
搜索“line”,Text Editors,勾选“Show line numbers”。
2、设置Text Editor的编码
搜索“encoding”,Workspace,将“Text file encoding”设为“UTF-8”。
3、优化启动项
搜索“shut”,Startup and Shutdown,将其中的90%的勾去掉,只保留你所需要的服务。以“MyEclipse EASIE”开头的,都是MyEclipse支持的服务器,只保留自己需要的几个就可以了。
4、禁用Validation
搜索“validation”,Validation,“Disable All”禁用所有的Validation。
5、禁用Maven
搜索“maven”,Maven4MyEclipse,去掉“Enable Maven4MyEclipse features”前面的勾。
6、设置Jsp文件的默认编辑器
搜索“file”,File Associations,在右边找到“*.jsp”,将“MyEclipse JSP Editor”设为默认编辑器。
7、设置代码自动提示
搜索“content”,Java->Editor->Content Assist,在“Auto activation triggers for Java”后填上“.”及26个英文字母。
8、取消拼写检查
搜索“spelling”,Spelling,去掉“Eanble spell checking”前的勾。