Search code examples
pythonvimvim-pluginyoucompleteme

YCM support for standard python libraries


I am setting my Vim environment for python developing, so far managed to install YCM and tired it.

It works fine with classes , built in methods for variables etc ..

But can I get the methods for libraries for example :

from time import localtime
time_now = localtime()
hour = time_now. ==> I need to see the list of of options here 

Anyone has done this setting before ?


Solution

  • Installing jedi-vim with pathogen instead of YCM fixes this problem