clang_complete icon indicating copy to clipboard operation
clang_complete copied to clipboard

Vim plugin that use clang for completing C/C++ code.

Results 104 clang_complete issues
Sort by recently updated
recently updated
newest added

First of all congrats on the plug-in, is a great achivement! so much ligheter than YCM and trivial to set-up. vim9 was just released with a new and allegendly fast...

clang_complete doesn't find the member names in the individual structs inside a struct array: ``` struct poptOption opts[] = { { .

I found that my vim will crash when opening file with .c or .cc appendix. Tracking down the issue to clang_complete, but it might also because of my configuration of...

Hi, I am trying to get this annoying linter error to go away where it tells me that the .h file I am including can't be found. It is telling...

Hey. I tried the steps, but I can't make it work. I'm using Fedora 34, Python3.9, clang 12, vim 8.2. I have this line in `~/.vimrc`: ``` let g:clang_library_path='/usr/lib64/llvm/' ```...

Hello. Function parameters are not displayed in vim. What should I do? ![Image](https://gcdn.pbrd.co/images/KP8yYWt1MFBM.png?o=1)

MY system is centos6.2 My vim version is 8.2(+python3/dyn +python/dyn) libclang.so is 3.4 python is 2.6.6 python3 is 3.4.5 bash-4.1$ cat .vimrc let g:clang_library_path='/usr/lib64/llvm/libclang.so' let g:clang_complete_copen=1 let g:clang_periodic_quickfix=1 let g:clang_snippets=1...

I am having trouble using clang_complete with MacOS Big Sur. I installed the plugin using vim pack. `:version` output ``` VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jun...

every time I use Ctrl+N will run tag scan,it will take several seconds,how to make it faster?

The said conflict had been fixed in #427 but recently reappeared. I tried to apply the same patch they used, but it still displays error after every completion. So please,...