去除鼠标悬停提示

  1. Window -> Preferences -> Java -> Editor -> Hovers -> Combined Hover把勾去掉。

语法自动提示

  1. Window -> preferences -> Java -> Editor -> Content assist -> Auto-Activation下,把 Auto activation triggers for Java 中的.改成.abc

  2. File -> Export -> General -> Preferences导出配置文件.epf保存在任意位置;

  3. 用文本编辑器打开导出的配置文件.epf,查找发字符串.abc,替换之.abcdefghijklmnopqrstuvwxyz(,

  4. File -> Import -> General -> Preferences导入刚才修改的配置文件.epf。

对应括号高亮

  1. Window -> Preference -> Java-> Editor -> Highlight Matching Brackets勾上;

  2. 在下面的Appearance Color Options中找到Matching Brackets Highlight并选择高亮颜色。

设置选中行的背景颜色

  1. Window -> Preference -> General -> Editors -> Text Editors -> Highlight Current Line勾上;

  2. 在下面的Appearance Color Options中找到Current Line Highlight并选择高亮颜色。

设置编程字体

  1. Window -> Preference -> General -> Appearance -> Colors and Fonts

  2. 在右边的选择框找到Java Editor Text Font选项,然后点击Edit选择字体,推荐Consolas+雅黑混合版字体

Tab键为4个空格

  1. Window -> Preference -> General -> Editors -> Text Editors -> Insert space for tabs勾上;

  2. Window -> Preference -> Java -> Code Style -> Formatter,点击右侧的Editor,选则左侧 Tab policy的值为Spaces Only,确定,应用保存。

  3. 若出现应用Apply按钮为灰色的情况,需要回到上一步,点击New按钮,根据当前的样式重新生成一个新的样式并保存,重复第2步,编辑该样式即可。

取消Subclipse Usage弹框

取消Windows -> Perferences -> General -> Startup And Shutdown里最下面的Subclipse Usage report勾选即可


冰剑
898 声望26 粉丝

轻击键盘,静侯回音。


引用和评论

0 条评论