Open chavanrohit9118 opened 1 year ago
thymeleaf not suggest in STS
Thymeleaf Completion not working with STS 4.17.0.RELEASE. (JAVA17) Thymeleaf content Assist 3.0.1.202109120458 Always the same message "Content Assist not available at the current location" Any solution? Thanks
Unable to specify Thymeleaf Nature to the project: Problems encountered while setting project description. Plug-in org.thymeleaf.extras.eclipse.core was unable to load class org.thymeleaf.extras.eclipse.nature.ThymeleafNature. An error occurred while automatically activating bundle org.thymeleaf.extras.eclipse.core (594).
Find the solution!:
modify "SpringToolSuite4.ini" and add to -vmargs:
-vmargs --add-opens=java.base/java.lang=ALL-UNNAMED
After restarting, you can now add Thymeleaf Nature to you project and content assist works again.
You need to enable the Thymeleaf nature...
STS not providing Thymeleaf suggetions(proposal) .