Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You can download archives of drop-in YCM plugin containing binaries (<code>ycm_core.pyd</code>) from me: <strong><a href="https://bitbucket.org/Alexander-Shukaev/vim-youcompleteme-for-windows" rel="nofollow noreferrer">Vim YouCompleteMe for Windows</a></strong>. Both x86 and x64 architectures are provided.</p> <p>If you also need bleeding-edge LLVM/Clang, you can download the binaries from me as well: <strong><a href="https://bitbucket.org/Alexander-Shukaev/llvm-for-windows" rel="nofollow noreferrer">LLVM for Windows</a></strong>. Both x86 and x64 architectures are provided.</p> <p>If you are looking for up-to-date Vim with Python support, you can download the binaries from me once again: <strong><a href="https://bitbucket.org/Alexander-Shukaev/vim-for-windows" rel="nofollow noreferrer">Vim for Windows</a></strong>. Both x86 and x64 architectures are provided, as well as support for both Python 2 (which is required by YCM) and Python 3 altogether.</p> <h2>Common Pitfalls</h2> <hr> <ol> <li>Don't forget to have Python 2 DLL (e.g. <code>python27.dll</code>) and Python 2 Interpreter (<code>python.exe</code>) in the <code>PATH</code> environment variable;</li> <li>Don't forget to have <code>libclang.dll</code> in the <code>PATH</code> environment variable (recommended) <strong>OR</strong> right next to <code>ycm_core.pyd</code>;</li> <li>Make sure that architectures of all 3 components (LLVM/Clang, Vim, YCM) match;</li> <li>You can find some hints on configuration in <strong><a href="https://stackoverflow.com/questions/18801354/c-family-semantic-autocompletion-plugins-for-vim-using-clang-clang-complete-yo/18876388#18876388">my other answer</a></strong>.</li> </ol>
 

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