eclipse 配置xml文件标签提示

1 web.xml文件的自动提示

有些eclipse工具默认情况下,在编辑web.xml时是没有自动提示功能的,只能在编辑完成保存时验证语法是否正确。(neon和高版本一点的eclipse默认是带的)
解决方法:
(1)下载(保存)http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd 文件。
(2)在eclipse中 Windows ==> Preferences ==> XML ==> XML Catalog,然后右边窗口点击 add 按钮,打开 Add XML Catalog Entry 窗口。URI选择框选择到 web-app_2.4.xsd 文件 ,确定后,Key Type 会自动选中 Namespace Name ,Key会自动填入: http://Java.sun.com/xml/ns/j2ee ,OK 确定即可。
若未生效,可重启eclipse

2 Spring相关xml文件的自动提示

打开eclipse的Eclipse Marketplace,搜索STS,点击installed。安装完成后选某项目一目录右击,选择new->Other搜索spring,找到Spring Bean Configuration File,用它新建的Spring文件都有标签提示。

你可能感兴趣的:(eclipse,eclipse,xml)