Replies: 2 comments
-
Language server issue, |
Beta Was this translation helpful? Give feedback.
0 replies
-
this is for C, I am really surprised clangd can not find implementation of functions. thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
with ctags I can ctrl-] to jump to implementation of the function, with coc.nvim I can only do gd to jump to definition, but gi does not work for me, what am I missing? do I need a compile_commands.json prebuilt at the topdir or a .clangd with all local directories added? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions