标签: eclipse eclipse-plugin thymeleaf
我正在使用Eclipse和Thymeleaf插件(https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin)。它为我提供了代码完成的第13个属性:
<div th:....
然而,我真正需要的是'OGNL'表达式的代码完成,这些表达式包含在这些属性中,如下所示:
<div th:text="${my.object.....}">
有没有办法在这些表达式上启用代码完成?