编码字符集
工作空间编码
Window -> Preferences -> General -> Workspace,Text file encoding选中Other,选择UTF-8
JSP页面显示编码
Window -> Preferences -> Web -> JSP Files,Encoding选择ISO 10646/Unicode(UTF-8)
properties文件编码
Window -> Preferences -> General -> Content Types,Text -> Java Properties File,Default encoding输入UTF-8,点击Update
字体
Java文件字体
Window -> Preferences -> General -> Appearance -> Colors and Fonts,Java -> Java Editor Text Font,点击Edit,选择字体大小14
除Java文件外字体
Window -> Preferences -> General -> Appearance -> Colors and Fonts,Basic -> Text Font,点击Edit,选择字体大小14
控制台字体
Window -> Preferences -> General -> Appearance -> Colors and Fonts,Debug -> Console font,点击Edit,选择字体大小14
背景
代码编辑视图背景
Window -> Preferences -> General -> Editors -> Text Editors,Appearance color options选择Background color,取消System Default勾选,点击Color,选择色调85,饱和度123,高度205
缩进
TAB键作为空格插入
Window -> Preferences -> General -> Editors -> Text Editors,勾选Insert spaces for tabs
Java文件缩进4个空格
Window -> Preferences -> Java -> Code Style -> Formatter,点击Edit,Indentation的Tab policy选择Spaces only,Tab size输入4
JavaScript文件缩进4个空格
Window -> Preferences -> JavaScript -> Code Style -> Formatter,点击Edit,Indentation的Tab policy选择Spaces only,Tab size输入4
换行
换行符方式
Window -> Preferences -> General -> Workspace,New text file line delimiter选择Other,选择Unix
Java文件换行
Window -> Preferences -> Java -> Code Style -> Formatter,点击Edit,Line Wrapping的Maximum line width输入120,Set line width for preview window输入120
HTML、JSP文件换行
Window -> Preferences -> Web -> HTML Files -> Editor,Linewidth输入120,Inline Elements中删除所有元素
CSS文件换行
Window -> Preferences -> Web -> CSS Files -> Editor,Linewidth输入120
JavaScript文件换行
Window -> Preferences -> JavaScript -> Code Style -> Formatter,点击Edit,Line Wrapping的Maximum line width输入120,Set line width for preview window输入120
视图与透视图
添加视图
Window -> Show View添加视图,保留Package Explorer、Navigator、Console、Servers、SVN资源库、Problems、Search、Outline等视图
添加透视图
Window -> Perspective -> Save Perspective As,添加透视图
Java
JDK路径及源码路径
Window -> Preferences -> Java -> Installed JREs,点击Add选择Standard VM,点击Next,添加JDK路径
指定JDK,点击edit,全选JRE system libraries下的所有JAR包,点击Source Attachment,External location的Path添加源码路径
编译版本
Window -> Preferences -> Java -> Compiler,Compiler compliance level选择编译版本,勾选User default compliance settings
Java文件注释
Window -> Preferences -> Java -> Code Style -> Code Templates,点击import导入java-code-templates.xml注释模板,勾选Automatically add comments for new methods and types
选择Comments和Code中的注释类型,点击Edit修改注释样式
Java文件格式化
Window -> Preferences -> Java -> Code Style -> Formatter,点击import导入java-code-Formatter.xml格式化模板
点击Edit修改格式化样式
JavaScript
JavaScript文件注释
Window -> Preferences -> JavaScirpt -> Code Style -> Code Templates,点击import导入javascript-code-templates.xml注释模板
选择Comments和Code中的注释类型,点击Edit修改注释样式
JavaScript文件格式化
Window -> Preferences -> JavaScript -> Code Style -> Formatter,点击import导入javascript-code-Formatter.xml格式化模板
点击Edit修改格式化样式
提升运行速度
扩大堆栈内存
修改eclipse安装目录下的eclipse.ini文件,-Xms1024m,-Xmn384m
删除对文件的校验
Window -> Preferences -> Validation,取消The selected validators will run when validation is performed下的所有勾选,点击Apply
取消拼写检查
Window -> Preferences -> General -> Editors -> Text Editors -> Spelling,取消Enable spell checking勾选,点击Apply
Tomcat
添加Tomcat
Window -> Preferences -> Server -> Runtime Environments,点击Add选择对应Tomcat版本添加Tomcat,勾选Create a new local server,点击Finish
指定Tomcat版本,点击Edit,Tomcat installation directory选择Tomcat路径,JRE指定JDK版本
配置Tomcat
Servers视图选择Tomcat,右键选择Open,Server Locations选中Use Tomcat installation(takes control of Tomcat installation),Deploy path修改为webapps
Server Options选中Publish module contexts to separate XML files
Maven
添加Maven
Window -> Preferences -> Maven -> Installations,点击Add,Installation home选择对应路径
配置Maven
Window -> Preferences -> Maven -> User Settings,Global Settings和User Settings选择对应路径,点击Update Settings
SVN
添加SVN
下载svn-eclipse插件,eclipse根目录的dropins文件夹下创建新的文件夹svn_eclipse,将解压缩后features、plugins 这2个文件夹复制到这个新的文件夹中,重启eclipse
配置SVN
SVN资源库视图选择SVN,右键新建资源库位置,填好服务器地址,资源库导入成功后,SVN资源库视图下出现导入的资源库
EGit
添加EGit
查看eclipse是否自带EGit插件,在菜单栏选择Help -> About Eclipse,查看是否有EGit图标
配置EGit
Window -> Preferences -> Team - > Git - > Committing,取消User Staging View to commit instead of Comit Dialog勾选
Window -> Preferences -> Team - > Git - > Configuration,点击Add Entry,Key输入user.name,Value输入用户名,Key输入user.email,Value输入邮件,Key输入user.signingkey,Value输入密码
反编译插件jd-ecllipse
添加jd-eclipse
下载jd-eclipse插件,将解压目录剪切到eclipse根目录下的dropins文件夹中,重启eclipse
配置jd-eclipse
Window -> Preferences -> General -> Editors -> File,Associations,选择 .class文件设置关联成 jd-eclipse插件的editor
自动换行插件wordwrap
添加wordwrap
Help -> Install New Software,点击Add,Name输入wordwrap,Location输入http://ahtik.com/eclipse-update/
阿里巴巴代码规约插件alibabacheckstyle
添加alibabacheckstyle
下载alibabacheckstyle插件,将解压目录剪切到eclipse根目录下的dropins文件夹中,重启eclipse