Getting proper code completion for Python on Vim?

后端 未结 4 1197
礼貌的吻别
礼貌的吻别 2021-01-06 07:42

I\'ve gotten omnicompletion with Pysmell to work before, but I can\'t seem to do it again.

I tried following some steps online, but most, if not all, of them are to

4条回答
  •  星月不相逢
    2021-01-06 07:46

    Pyflakes has a vim plugin that does this pretty awesomely. Unlike Pydiction, you don't need to build a dictionary beforehand (so if you're bouncing between different virtualenvs it's a bit less hassle.) I haven't been using it long but it seems very slick.

提交回复
热议问题