去除鼠标悬停提示
Window -> Preferences -> Java -> Editor -> Hovers -> Combined Hover
把勾去掉。
语法自动提示
Window -> preferences -> Java -> Editor -> Content assist -> Auto-Activation下,把 Auto activation triggers for Java 中的
.
改成.abc
;File -> Export -> General -> Preferences
导出配置文件.epf保存在任意位置;用文本编辑器打开导出的配置文件.epf,查找发字符串
.abc
,替换之.abcdefghijklmnopqrstuvwxyz(,
;File -> Import -> General -> Preferences
导入刚才修改的配置文件.epf。
对应括号高亮
Window -> Preference -> Java-> Editor -> Highlight Matching Brackets
勾上;在下面的
Appearance Color Options
中找到Matching Brackets Highlight
并选择高亮颜色。
设置选中行的背景颜色
Window -> Preference -> General -> Editors -> Text Editors -> Highlight Current Line
勾上;在下面的
Appearance Color Options
中找到Current Line Highlight
并选择高亮颜色。
设置编程字体
Window -> Preference -> General -> Appearance -> Colors and Fonts
在右边的选择框找到
Java Editor Text Font
选项,然后点击Edit
选择字体,推荐Consolas+雅黑混合版字体。
Tab键为4个空格
Window -> Preference -> General -> Editors -> Text Editors -> Insert space for tabs
勾上;Window -> Preference -> Java -> Code Style -> Formatter
,点击右侧的Editor
,选则左侧Tab policy
的值为Spaces Only
,确定,应用保存。若出现应用
Apply按钮
为灰色的情况,需要回到上一步,点击New按钮
,根据当前的样式重新生成一个新的样式并保存,重复第2步,编辑该样式即可。
取消Subclipse Usage弹框
取消Windows -> Perferences -> General -> Startup And Shutdown
里最下面的Subclipse Usage report
勾选即可
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。