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