配置eclipse

Posted 惬意的小屋

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置eclipse相关的知识,希望对你有一定的参考价值。

1.自动提示

Window -> Preferences -> Java -> Editor -> Content Assist -> Auto Activation
添加:abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.
技术图片

2.设置字体类型和大小

Window -> Preferences -> General -> Appearance -> Content Assist -> Colors and Fornts,只需修改 Basic 里面的 Text Font 就可以了
技术图片

3.设置文本文件及JSP文件编码

  • Window -> Preferences -> General -> Workspace -> Text file encoding -> Other

技术图片

  • Window -> Preferences -> Web -> JSP Files

技术图片

  • Window -> Preferences -> General -> Content Types ->Text ->JSP -> UTF-8 -> Update -> OK
    技术图片

    4.properties文件中文乱码设置

    Window -> Preferences -> General -> Content Types -> Text -> Java Properties File -> UTF-8 -> Update -> OK
    技术图片

以上是关于配置eclipse的主要内容,如果未能解决你的问题,请参考以下文章

EclipseEclipse安装decompiler(反编译)

EclipseEclipse中打开cmd窗口和terminal窗口

Eclipseeclipse安装JAVA反编译插件

eclipseeclipse_rcp工程发布前eclipse_rcp工程发布后

Eclipseeclipse部署web项目至本地的tomcat但在webapps中找不到

eclipse