youcompleteme

    0熱度

    1回答

    我試圖安裝YouCompleteMe爲Vim 7.4與包括修補程序1-712在Ubuntu 15.10。 我已經hand編譯YouCompleteMe因爲我遇到了一個錯誤看起來像這樣: /usr/bin/ld: /usr/local/lib/libpython2.7.a(abstract.o): relocation R_X86_64_32 against `a local symbol' can

    0熱度

    1回答

    這個圖片我的問題看起來像 https://cloud.githubusercontent.com/assets/13230384/12019443/3981e0f6-adab-11e5-85a7-c0ec84b1e63a.png 這是我的.vimrc "========================== "vundle set nocompatible " be iMproved file

    -1熱度

    1回答

    我一直在編碼一段時間,從IDE到IDE是一個真正的痛苦,當我最需要的只是ctag和代碼完成。在這種情況下,我終於決定去vim,好了neovim,但那不是重點。 我的ctags工作,並在與this one 沿this tutorial from the YCM site但我似乎無法得到YCM爲我工作。 我按照這些步驟: cd ~/.nvim/bundle git clone https://git

    0熱度

    1回答

    我正在爲python開發設置我的Vim環境,到目前爲止設法安裝YCM並累了它。 它工作正常帶班,內置變量等方法.. 但我可以得到例如圖書館方法: from time import localtime time_now = localtime() hour = time_now. ==> I need to see the list of of options here 有人已經做過此設置?

    12熱度

    1回答

    我安裝了YCM併爲VIM合成,通常它們工作正常,但是當我在代碼中檢測到一些錯誤時遇到問題,它顯示無法找到某些頭文件(這是我的項目頭文件)。 我下面的目錄樹顯示: TOP ├── debug │   ├── debug.c │   ├── debug.h │   ├── debug.mk │   └── instrument.c ├── driver │   ├── driver.c

    0熱度

    1回答

    我使用youcommpleteme來自動完成輔助編寫python代碼。而且我發現諸如os或simplejson之類的內置模塊將會像魅力一樣工作。 但是,如果我自己寫了一些模塊,並導入模塊後自動完成將無法工作。舉例來說,如果我有一個目錄結構是這樣的: ├── utils │   ├── DBCUtils.py │   ├── DBCUtils.pyc │   ├── email.conf │