redhat-developer / quarkus-ls

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

Arithmetic operations not supported in Qute templates #857

Open fbricon opened 1 year ago

fbricon commented 1 year ago

eg. {extensions.size + 1} reports a couple errors,

But Quarkus/Qute runs fine with it:

Screenshot 2023-04-05 at 12 27 35
fbricon commented 1 year ago

Seen used in https://github.com/FroMage/RivieraDEV-Quarkus/blob/main/src/main/resources/templates/Application/schedule.html#L33