yoda.vim : A VIM plug-in for completion using Clang.
script karma |
Rating 0/0,
Downloaded by 670 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
kaika yuhi |
|
script type |
ftplugin |
|
description |
Yoda-vim is a Vim plug-in for code completion using libclang. Yoda-vim's features are:
* Fast code completion for C/C++ and Objective-C/C++.
* Load compilation options using your python configuration file influenced by YouCompleteMe.
* Jump to definition or declaration under the cursor of the editing file.
* Show code diagnostics in Vim's quickfix-window or you can use it via API as you want.
* Automatically insert variable segments, substring of text of candidate supporting snake case and camel case, by one keystroke in completion (Like XCode behaivior).
* Support code snippets if you have installed ultisnips.
* Works on python2 and python3.
Enjoy!
Github mirror: https://github.com/kyuhi/yoda.vim |
|
install details |
If you are using Vundle, put below code snippet in your .vimrc
Plugin 'kyuhi/yoda.vim'
Or
Put yoda.vim in your Vim runtime. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.83
|