在eclipse中,可以使content-assist很好地处理.java文件,如these answers中所述。我想知道我们是否也可以对XML文件实现类似的自动提示?此外,我正在开发Spring框架。我希望eclipse也能显示Spring特定的关键字。例如,当我在Spring.xml中键入constru时,建议使用constructor-arg。
发布于 2016-12-05 22:35:59
尝试使用Spring Tool Suite (STS)或将该插件安装到Eclipse中。它会做你想做的事。
https://stackoverflow.com/questions/40976640
复制相似问题