redhat-developer / quarkus-ls

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

Support for inner Enum #963

Open angelozerr opened 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/board.html

and you will see error for status:

image

This error exists only in vscode-quarkus (it is a problem of Qute JDT). Status is an inner enum, it seems that this kind of enum cannot be collected with Qute JDT.