redhat-developer / quarkus-ls

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

Refresh codelens from Qute template when Java data model changed #958

Open angelozerr opened 4 months ago

angelozerr commented 4 months ago

When Qute language server receives a Java data model changes it should call https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#codeLens_refresh if LSP client can support it.

Here the problem:

image

When we change name2 to name3 validation in template is working but not codelens

image