-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
Description
First of all, thank you for providing this awesome plugin completely for free. It is very valuable for us devs who prefer the fully open source IntelliJ Community Edition.
When writing endpoints in Java with type-safe Qute templates (either @CheckedTemplate or record syntax) the IDE maps the methods/records to the corresponding HTML files, allowing for type safety inside the HTML files (paramaters of the methods/records).
This works incredibely well for Java, however, I was not able to make this work with Kotlin.
In Kotlin, one has to use the @JvmStatic hack to express Java "native" methods. I suppose this might be the reason why there is no syntax help and links to the HTML files, I might be wrong though.
I would appreciate any help!