-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Setup
- Eclipse 2023-09 (4.29.0)
- Eclipse Web Developer Tools and Eclipse XML Editors and Tools v3.31.0 are installed and the HTML editor is default
- Thymeleaf Eclipse plugin is v3.1.0.20231022155
- In my Thymeleaf template I've added
xmlns:th="http://www.thymeleaf.org" to the html tag. - The project is SpringBoot v3.0.5 which uses Thymeleaf v3.1.1.RELEASE
- Java version used is 17.
- The project has a Thymeleaf nature
Result
Only th:block shows up in Content Assist. Nothing else comes up.
Moreover, there is no color coding in the editor.
Expected
All basic Thymeleaf tags to show up in Content Assist.
Color coding to be active in the editor.
Am I missing something or is this a possible bug?
Metadata
Metadata
Assignees
Labels
No labels