Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STS not providing Thymeleaf suggetions(proposal) #117

Open
chavanrohit9118 opened this issue Nov 11, 2022 · 5 comments
Open

STS not providing Thymeleaf suggetions(proposal) #117

chavanrohit9118 opened this issue Nov 11, 2022 · 5 comments

Comments

@chavanrohit9118
Copy link

STS not providing Thymeleaf suggetions(proposal) .

@kpk2714
Copy link

kpk2714 commented Nov 21, 2022

thymeleaf not suggest in STS

@isfce
Copy link

isfce commented Jan 2, 2023

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

@isfce
Copy link

isfce commented Jan 3, 2023

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).

@isfce
Copy link

isfce commented Jan 3, 2023

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.
#108

@modhudeb
Copy link

modhudeb commented Jan 19, 2023

You need to enable the Thymeleaf nature...

  1. Install the Thymeleaf Eclipse plugin by going to Help > Eclipse Marketplace and searching for "Thymeleaf"
  2. Once the plugin is installed, right-click on your project in the Project Explorer and go to Configure > Add Thymeleaf Nature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants