On 2015-08-25 07:00:40, Chris Boyce wrote:
> I'm trying to use eclim with an existing Eclipse project and I'm unable to
> get the autocomplete to work. I have youcompleteme, and per the info here
> <
http://eclim.org/vim/code_completion.html>, I've added "let g:EclimCompletionMethod
> = 'omnifunc'". When trying to autocomplete, I get "E764: Option
> 'completefunc' is not set" which I see in the eclim FAQ, but the
> ProjectInfo command doesn't seem to indicate any errors. Any tips on where
> I can look to try to troubleshoot this?
My first suggestion would be to eliminate YCM from the equation. Can
you initiation completions by typing ctrl-x+ctrl-o directly?
You might want to also check that the omnifunc option is being set to
eclim's completion method:
:verbose set omnifunc?
--
eric