Note that there are some explanatory texts on larger screens.

plurals
  1. POC-family Semantic Autocompletion Plugins for Vim (C/C++ completion) using Clang (clang_complete, YouCompleteMe)
    primarykey
    data
    text
    <p>I am using 64-bit Vim on windows, <a href="https://bitbucket.org/Haroogan/vim-for-windows/src#markdown-header-downloads" rel="nofollow noreferrer">this version</a> by <a href="https://stackoverflow.com/users/1743860/">Haroogan</a>:</p> <pre><code>+python27 +python33 +huge </code></pre> <p>I am trying to use <a href="https://github.com/Rip-Rip/clang_complete" rel="nofollow noreferrer">clang_complete</a>, so I took the <code>libclang.dll</code> library <a href="https://code.google.com/p/rxwen-blog-stuff/downloads/list" rel="nofollow noreferrer">here</a> and I set up my <code>vimrc</code> correctly. <code>libclang.dll</code> is found.</p> <p>However when I open a <code>*.cpp</code> file I now have a message:</p> <blockquote> <p><code>libclang</code> cannot find the builtin includes this will cause slow completion code</p> </blockquote> <p>but I have no completion at all...</p> <p>I found <a href="https://github.com/Rip-Rip/clang_complete/issues/238" rel="nofollow noreferrer">this post</a> with the guy who build the version of Vim that I use, but there is no clear instruction about what to do. Can anybody help here?</p> <h2>UPDATE</h2> <p>Here is what I did:</p> <ol> <li>Took <a href="https://bitbucket.org/Haroogan/vim-youcompleteme-for-windows/downloads" rel="nofollow noreferrer">Vim YouCompleteMe for Windows</a></li> <li>Took <a href="https://bitbucket.org/Haroogan/llvm-for-windows/src" rel="nofollow noreferrer">LLVM for Windows</a></li> <li>Took the liclang.dll from it and stuck it in YCM python directory</li> <li>Took <a href="https://github.com/Valloric/YouCompleteMe/blob/master/cpp/ycm/.ycm_extra_conf.py" rel="nofollow noreferrer">.ycm_extra_conf.py</a> and stuck it with my cpp file</li> </ol> <p>It almost work (I do not have any error message), but I still get: <img src="https://i.stack.imgur.com/P1yWW.png" alt="no auto"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload