在java中写@注解时自动提示的配置:window-->preference-->java-->edit-->content Assist,Auto Activation中Auto activation trigers for java添加@即可
在spring等配置文件.xml中自动提示标签的配置:
例如:打击自动提示配置
步骤:
window-->preference-->xml-->xmlCatalog,点击Add,输入:
Location:选择spring-aop-3.0.xsd所在的本地路径,如:E:\jar\spring-framework-2.5.6-with-dependencies\spring-framework-2.5.6\dist\resources/spring-aop-3.0.xsd
Key type:URI
Key:http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
eclipse compare 配置
window-->preference-->Compare/Patch
勾选:"Show structure compare in Outline view when possible"."Ignore white space"
这样设置后,当进行文件比较操作时(选中文件-->右键-->compare with)会把不同点显示的的表现出来(eclipse默认的不明显),效果如下图:
选择HEAD Revision,效果如下图。如果想更换显示区分的颜色,可以这样设置:window-->preference-->Appearance-->Colors and Fonts-->Text Compare-->Outgoing chang color-->edit,选择颜色后,确定就ok了
eclipse中ctrl+h默认打开的是javaSearch,设置成默认打开的是FileSearch,步骤如下
window-->preferences-->General-->keys,找到File Search,然后在下方Binding按下ctrl+h