Eclipse优化以及配置
0
如果找不到可以直接搜索关键词(括号内的单词)。
关闭拼写检查(spelling)
Window -> Preferences -> General -> Editors -> Text Editors -> Spelling
编码优化(encoding)
修改配置较多,使用搜索比较方便。
显示内存使用(heap)
Window -> Preferences -> General -> Show heap status
关闭校验(validation)
修改配置较多,使用搜索比较方便。
字体优化(font)
Window -> Preferences -> General -> Appearance -> Colors and Fonts -> Basic(改为中欧字符)
关闭动画
Window -> Preferences -> General -> Appearance -> Enable animations
关闭主题
Window -> Preferences -> General -> Appearance -> Enable theming
启动项
Window -> Preferences -> General -> Startup andy Shutdown
Maven
如果Maven修改过
setting.xml
配置需要修改Maven -> User Setting
配置更新
右键New菜单
Window -> Perspective -> Custominze Perspective -> Shortcuts
优化快捷提示
以前的版本都不会模糊搜索的,现在最新的版本会进行模糊匹配。
换行缩进
我是用的是Tab缩进,所以换行时默认两个Tab显得很宽。
插件安装
Eclipse可以登陆然后关注插件方便以后安装
SVN
lombok
m2e-apt
JDK配置
配置JDK和版本对应
Tomcat配置
配置Tomcat以及对应JDK和URIEncoding="UTF-8"
搜索文件过滤重复文件
ctrl + h
勾选Derived resources
ctrl + shift + r
勾选右上角的Filter Duplicated Resources