Love the name!
YouCompleteMe - A code-completion engine for Vim
21–30 of 78 posts
Re: YouCompleteMe - A code-completion engine for Vim
#22Re: YouCompleteMe - A code-completion engine for Vim
#23Sadly, it is still not working too well with Objective-C, which is currently my main language (1). Luckily, unofficial VIM plugins for XCode like XVim (2) or VIEmu (3) are getting better and better, so at least I can use vim bindings for objective-c now, too. Nevertheless, good clang support in Vim would still be great, so that I could tap into the huge amount of vim plugins during objc development. [1] https://githu…
Have you used both Xvim and ViEmu? How does ViEmu compare?
Re: YouCompleteMe - A code-completion engine for Vim
#24How the hell is that a "super-quick installation" for Mac OS? Can anyone figure out an actually quick way to install it with Pathogen? PS: the plugin looks great - I'm just bitching about the installation docs because I'm in the middle of 10 different things at the moment and don't have the time to engage in a potential yak shaving expedition...
2. git clone https://github.com/Valloric/YouCompleteMe.git ~/.vim/bundle/YouCompleteMe
3. cd ~/.vim/bundle/YouCompleteMe
4. ./install.sh --clang-completer
Re: YouCompleteMe - A code-completion engine for Vim
#25Re: YouCompleteMe - A code-completion engine for Vim
#26How the hell is that a "super-quick installation" for Mac OS? Can anyone figure out an actually quick way to install it with Pathogen? PS: the plugin looks great - I'm just bitching about the installation docs because I'm in the middle of 10 different things at the moment and don't have the time to engage in a potential yak shaving expedition...
1. brew install vim cmake 2. git clone https://github.com/Valloric/YouCompleteMe.git ~/.vim/bundle/YouCompleteMe 3. cd ~/.vim/bundle/YouCompleteMe 4. ./install.sh --clang-completer
Re: YouCompleteMe - A code-completion engine for Vim
#27Earlier quoted context omitted.
1. brew install vim cmake 2. git clone https://github.com/Valloric/YouCompleteMe.git ~/.vim/bundle/YouCompleteMe 3. cd ~/.vim/bundle/YouCompleteMe 4. ./install.sh --clang-completer
I just had to rename vim in /usr/bin so it'd pick up the /usr/local/bin homebrewed version instead, but yeah, this.
Re: YouCompleteMe - A code-completion engine for Vim
#28Re: YouCompleteMe - A code-completion engine for Vim
#29I use this with Eclim to enhance java writing. The Vrapper plugin for Eclipse is getting very good, but sometimes it's nice to work directly in vim.
Re: YouCompleteMe - A code-completion engine for Vim
#30I highly recommend this plugin! I find it really snappy on my projects. I haven't had the opportunity to try it on any gigantic projects, but I have found configuration files for YCM in the Chromium source tree which suggests that it scales nicely (assuming it's usable on the Chromium tree).
Time to install the new beta of vim, and check out ycm! :)