kexplo / ycm_win32

YouCompleteMe with Clang support for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to YCM-Win32

YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for Vim.

This project provide YouCompleteMe binaries with Clang support for Windows using Visual Studio 2012 Update 2.

Visit YouCompleteMe User Guide for more details about semantic completions.

Instructions

  1. Setup Vundle.

  2. Configure bundles:

    Bundle 'Valloric/YouCompleteMe'
    Bundle 'scrooloose/syntastic'
  3. Copy libclang.dll and ycm_core.pyd to C:\<path_to>\YouCompleteme\python.

Contact

If you have questions, bug reports, suggestions, etc. please use the issue tracker.

License

This software is released under the GPL v3 license. Copyright (C) 2013 Carl X. Su.

Notices

YouCompleteMe is released under the GPL v3 license.

LLVM and Clang is available under the University of Illinois/NCSA Open Source License.

About

YouCompleteMe with Clang support for Windows

License:GNU General Public License v3.0