You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by CppCXY June 18, 2024
My own language server supports the CodeLens feature, but it needs to use the client's command to implement the click to pop up usages. How can I register such a command and pop up the usage UI?
Discussed in #363
Originally posted by CppCXY June 18, 2024
My own language server supports the CodeLens feature, but it needs to use the client's command to implement the click to pop up usages. How can I register such a command and pop up the usage UI?
It exists a documentation at https://github.com/redhat-developer/lsp4ij/blob/main/docs/DeveloperGuide.md#lsp-commands but it would be nice to add a sample piece of code.
The text was updated successfully, but these errors were encountered: