-
When I open up a C++ file in neovim with coc installed, I can rename or show references of a variable that is defined in a header file but only after I have used go to definition of the variable. Before that, no references are found and rename only works in the local file. Why is this? Is it because I'm missing a compilation database or something else? I am using Clang as language server installed via the CocCommand. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Should be problem of your language server, checkout https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel |
Beta Was this translation helpful? Give feedback.
Should be problem of your language server, checkout https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel