On 14 Jan 2014, at 00:32, Sam Bituser <[email protected]> wrote: > Thanks for those suggestions on what plugins to use. I currently use > neocomplete and find it quite handy, it's just the lack of method > definitions. I'll have a look at omni and also see if neo can do what I'm > looking for. Ctags sounds amazing, I think that will help a lot.
YouCompleteMe is worth investigating: http://valloric.github.io/YouCompleteMe/ "YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for Vim. It has several completion engines: an identifier-based engine that works with every programming language, a semantic, Clang-based engine that provides native semantic code completion for C/C++/Objective-C/Objective-C++ (from now on referred to as "the C-family languages"), a Jedi-based completion engine for Python, an OmniSharp-based completion engine for C# and an omnifunc-based completer that uses data from Vim's omnicomplete system to provide semantic completions for many other languages (Ruby, PHP etc.)." Yours, Andy Stewart -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
