Intellij Idea thymeleaf Support

I have

  • spring-loaded project (web + thymeleaf)
  • Idea 2016.3.1
  • Ubuntu

And I see that I should have code completion for thymeleaf in html files, but I don't have it https://www.jetbrains.com/help/idea/2016.3/thymeleaf.html

I also tried to use additional libraries and frameworks, check the Thymeleaf checkbox as well as the web application.

but still doesn't work (code completion for spring model attributes). Does one problem have the same problems?

+5
source share
1 answer

If I understand your question correctly, many users really have this problem.

From the Jetbrains website: https://youtrack.jetbrains.com/issue/IDEA-132738

Unfortunately, this error is the result of many interdependent problems (Spring Autostart Model Autostart, update / extension of existing Spring MVC), each of which must be addressed in order for this to work fully. We are working on a solution for 2016.x and will make the results available in the early access program as soon as possible. Thank you for understanding.

+2
source

Source: https://habr.com/ru/post/1261678/


All Articles