Thomas Schühly

Results 78 comments of Thomas Schühly

@landsman Yes, we would need to create a custom IntelliJ plugin for Thymeleaf. I'm currently thinking to depreceate `view:action` and replace it with a functional approach, in a larger application...

I did not get around to it, but I still think it is a better approach. Creating an IntelliJ Plugin anyway would be still good for: > 1. learn IDE...

Should I create a repo and add you as maintainer?

I've never developed a plugin so you can do that too if it's easier. You can maybe take the jte plugin as example: https://github.com/casid/jte-intellij

Hey do you have a demo project / could you make one. So I can reproduce your issue?

Oh okay I'm currently not sure how I can manage the different template languages and test applications and examples. I will look at it when I'm back from Vacation.

This should work automatically. I will take a look when I'm back from vacation!

@DevAlves1993 I'm back from vacation and had time to investigate the issue, I actually could not reproduce this Issue. The [JteAutoConfiguration](https://github.com/casid/jte/blob/main/jte-spring-boot-starter-3/src/main/java/gg/jte/springframework/boot/autoconfigure/JteAutoConfiguration.java) in the JTE Spring Boot Starter creates a DirectoryCodeResolver...

CompositeCodeResolver is needed for #10

What do you want to do with HxTrigger? In my new project I am using htmx-spring-boot in combination with Spring ViewComponent and it pairs nicely.