redhat-developer / quarkus-ls

Language server for Quarkus tooling
Eclipse Public License 2.0
43 stars 15 forks source link

Qute: add support for template records #956

Closed mkouba closed 2 months ago

mkouba commented 4 months ago

It's a new (JDK14+) way to define type-safe templates: https://quarkus.io/guides/qute-reference#template-records

mkouba commented 2 months ago

Hi @angelozerr, is there any progress? I think that it's quite important.

angelozerr commented 2 months ago

@mkouba it is in my scope, but before I'm fixing false positive error that we could have in Qute template that it is very annoying.

I'm working too on https://github.com/redhat-developer/quarkus-ls/issues/876 because @ia3andy need it.

I will try to start something today if I have time.