sping的applicationContext中没有属性和类提示的处理方法

状况描述:

spring的属性文件applicatinContext中,bean标签这些能主动提示,但是标签内的一些属性和类提示没有出现。具体如下图所示:
sping的applicationContext中没有属性和类提示的处理方法_第1张图片

想要达成的效果:

sping的applicationContext中没有属性和类提示的处理方法_第2张图片

具体解决办法:

1.安装spring IDE插件

help->install new software->输入网址查询对应eclipse当前版本的spring IDE 
(网址:http://dist.springsource.com/release/TOOLS/update/e4.7)我自己的eclipse版本号:4.7.2
勾选四个Spring IDE,安装

2.配置xml的xsd约束文件

preferences->XML Catalog->add
1.location:选择本地的spring-beans-版本号.xsd的文件路径
2.Key type:选择Schema location
3.Key:http://www.springframework.org/schema/beans/spring-beans.xsd

3.增加xml的Content Assist中的编辑提示符

preference->XML->XML Files->Editor->Content Assist
在Prompt when these characters are inserted改成:
<=:.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW
(备注:如果要在其他的文件中出现提示,也是同理修改对应的Content Assist)

你可能感兴趣的:(随手记)