这里以struts.xml为例
第一步:
首先找到 struts2的核心jar包,我这里是struts2-core-2.3.20.jar用压缩工具打开或者解压下来
找到struts-2.3.dtd文件,将其复制出来。
接下来打开ecplise,打开想要添加自动提示的XML,我这里是struts.xml
复制 http://struts.apache.org/dtds/struts-2.3.dtd 。
然后点击ecplise上边的菜单 Window --> Preferences ,找到最下面的XML
点击右边的 Add,Key type 选择URI,然后粘贴刚才复制的地址到Key中,然后点击File System到系统盘中找到刚才解压下的dtd文件,然后一直点击OK保存设置。
第二步:
选择第一个菜单项 Window --> Preferences--> General --> Editor --> File Associations
File types:选中*.xml(默认没有*.xml,需要点击右边的Add添加一个*.xml),在下面找到XML Editor将其设置默认
点击OK保存设置,重新打开struts.xml,自动提示就会出来了
时间: 2024-10-08 07:23:00