我有這段Python代碼。在案例A中,我沒有收到文檔字符串,但在案例B中,我明白了。 請告訴我讓它在Case A.工作。謝謝。 from jedi import Script, Interpreter
import math
# Case A
completions = Interpreter(source="math.sin(0)", line=1, column=7, namespac
-- Omni completion (^O^N^P) Pattern not found
這是當我查看Vim中的消息時得到的錯誤。 Please install Jedi if you want to use jedi-vim.
The error was: dlopen(/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework
也許這是一個愚蠢的問題,但我無法弄清楚。我已經安裝了UltiSnips插件[UltiSnips插件] [1]。我遵循了設置它的所有說明。我加入到這個我.vimrc文件,但它不工作: " Track the engine.
Plugin 'SirVer/ultisnips'
" Snippets are separated from the engine. Add this if you wa