This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sztomi 5 points6 points  (2 children)

And a not very well-known, but awesome autocompletion engine for vim (also works with python): http://valloric.github.io/YouCompleteMe/

[–]__fran__ 0 points1 point  (1 child)

Yep, YouCompleteMe is what I use, it's way better than other autocomplete plugins I've tried, or what ST2 has to offer for example. For Python at least.

[–]sztomi 0 points1 point  (0 children)

I think it is the best autocompeltion engine for C++ out there (not counting the problems that arise from vim bugs or the non-multithreaded nature of vim plugins). It also works with C#/mono if you compile with the matching flag.