我有eclim設置和工作。我知道這是因爲YCM不能用eclim
:PingEclim
顯示
eclim 2.3.4
eclipse 4.3.2
Press ENTER or type command to continue
在適當的顏色和Ctrl-X
,按Ctrl-U顯示插入模式下的部分方法名稱後正確的完成。
但是,YouCompleteMe不起作用。要安裝YouCompleteMe,我添加了以下幾行。
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'Valloric/YouCompleteMe'
let g:EclimCompletionMethod = 'omnifunc'
當我鍵入部分方法的名稱,我期望看到相同的完井當我輸入CTRL-X CTRL-U的上方。相反,我看到的是
-- User defined completion (^U^N^P) Pattern not found
「模式未找到」部分呈紅色。
如何驗證YCM安裝是否正確?錯誤信息是什麼意思?
我遇到同樣的問題。你找到解決方案嗎? –