redhat-developer / quarkus-ls

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

Support for void in property part of Qute template #961

Closed angelozerr closed 3 days ago

angelozerr commented 3 days ago

Open https://github.com/ia3andy/one-two-three-quarkus/blob/main/dashboard/src/main/resources/templates/Dashboard/controls.html

You will see false positive error:

image

It is because timeoutGame is a Java void method.

When you hover this property part, null is displayed instead of void

//cc @ia3andy