CompleteParameter.vim icon indicating copy to clipboard operation
CompleteParameter.vim copied to clipboard

Support coc.nvim with C++

Open Lasall opened this issue 4 years ago • 0 comments

I'm using coc.nvim with coc-clangd. The previous commit 6f69d75 only enables C, so this PR will make it work with C++ (functions, classes, macros). However I'm not using ccls so it's just tested with coc-clangd. For completeness I included another coc-clangd test for C.

Overloads are not working yet.

Lasall avatar Apr 17 '20 00:04 Lasall