redhat-developer / quarkus-ls

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

Fix CodeLens and WorkspaceSymbol for Renarde Controller classes #796

Closed datho7561 closed 1 year ago

datho7561 commented 1 year ago

Provide custom logic for how JAX-RS features work for classes that extend Renarde's Controller class.

Depends on https://github.com/eclipse/lsp4mp/pull/361

Signed-off-by: David Thompson davthomp@redhat.com

angelozerr commented 1 year ago

Wow it works like a charm. Great job @datho7561 !

It would be nice if you create a documentation with demo for renarde like we have for qute https://github.com/redhat-developer/vscode-quarkus/tree/master/docs/qute

Your documentation could be hosted in https://github.com/redhat-developer/vscode-quarkus/blob/master/docs/renarde/JavaSupport.md and you will have th emain entry https://github.com/redhat-developer/vscode-quarkus/blob/master/docs/renarde/README.md

I will improve the doc with renarde support in template.

Thanks!