Skip to content

Kotlin support for Qute #1449

@aslary

Description

@aslary

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions