Mario Andhika
08/06/2024, 2:18 AMMario Andhika
08/06/2024, 2:27 AMCies
08/06/2024, 10:14 AMMikael Ståldal
08/06/2024, 7:25 PMMario Palka
08/07/2024, 5:36 AMCies
08/07/2024, 9:35 AMCies
08/07/2024, 9:39 AMCies
08/07/2024, 9:40 AMMikael Ståldal
08/07/2024, 6:36 PMCies
08/08/2024, 8:42 AMMikael Ståldal
09/29/2024, 2:24 PM3) having great editor support (e.g. code completion on element and attributes names).In IntelliJ IDEA Ultimate, you can have great editor support for Thymeleaf (there is a plugin) also.
Mikael Ståldal
09/29/2024, 2:26 PMCies
09/30/2024, 7:59 AMMikael Ståldal
09/30/2024, 6:36 PMMikael Ståldal
09/30/2024, 6:38 PMCies
10/01/2024, 6:24 AMMikael Ståldal
10/02/2024, 6:30 PMMikael Ståldal
10/06/2024, 8:51 AM<!--/*@thymesVar id="model" type="my.package.MyClass"*/-->
Then you will get an inspection warning in the IDE if you get it wrong, and you can even navigate from the template to the Kotlin code. Kotlin data classes works fine.
This feature seems quite undocumented though, but the IDE will suggest you to add this.Cies
10/07/2024, 11:45 AM