eclipse换工作空间后配置

1.设置代码的字体类型和大小:

  1. 设置代码的字体类型和大小:

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

  1. 设置文本文件编码集:

Window -> Preferences -> General -> Workspace -> Text file encoding -> Other:
Window -> Preferences -> Web -> CSS Files -> Text file encoding-> Other:
Window -> Preferences -> Web ->HTML Files -> Text file encoding-> Other:
Window -> Preferences -> Web -> JSP Files -> Text file encoding-> Other:

  1. 设置注释颜色

Window—Preferences—JavaScript—Editor—Syntax Coloring—Comments—设置红色
Window—Preferences—Java—Editor—Syntax Coloring—Comments—设置红色
Window—Preferences—JSON—JSON Files—Editor—Syntax Coloring—Comments—设置红色
Window—Preferences—Web—CSS Files—Editor—Syntax Coloring—Comments—设置红色
Window—Preferences—Web—HTML Files—Editor—Syntax Coloring—Comments—设置红色
Window—Preferences—Web—JSP Files—Editor—Syntax Coloring—Comments—设置红色

  1. 导入自己的JDK

Window -> Preferences -> Java -> Installed JREs -> Edit -> add -> Standard VM -> next -> Directory -> 找到自己JDK的路径即可。

  1. 后续。。。

猜你喜欢

转载自blog.csdn.net/qq_39228783/article/details/86170617