How to send a request directly to the language server set up by coc.nvim #4662
-
I would like to send a request like |
Beta Was this translation helpful? Give feedback.
Answered by
fannheyward
Jun 2, 2023
Replies: 1 comment 12 replies
-
|
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They were same,
references
didReferencesRequest
.Use
:h CocRequest()
, with langserver id,textDocument/references
, and custom position params.