redhat-developer / quarkus-ls

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

CodeLens for #insert section #818

Closed angelozerr closed 1 year ago

angelozerr commented 1 year ago

CodeLens for #insert section

Fixes #814

This PR requires https://github.com/redhat-developer/vscode-quarkus/pull/595 on vscode side to support click on codelens references which must launch the references search.

angelozerr commented 1 year ago

I need to write tests, but the boths PRs should work. Here a demo with renarde todo //cc @FRoMage

QuteCodeLensInsertDemo

angelozerr commented 1 year ago

The code is clean and tests exists. Please review it.

datho7561 commented 1 year ago

I can't seem to click on the code lens. However, Right Click > Go to references is working properly.

datho7561 commented 1 year ago

oops I was missing the client side PR, my bad