Has anyone found a good set of python plugins for vim — specifically module completion?

前端 未结 9 2388
旧时难觅i
旧时难觅i 2021-01-30 14:45

I\'m looking for a suite of plugins that can help me finally switch over to vim full-time.

Right now I\'m using Komodo with some good success, but their vim bindings hav

9条回答
  •  天命终不由人
    2021-01-30 15:04

    I use Pydiction (http://www.vim.org/scripts/script.php?script_id=850) it's a plugin for vim that lets you Tab-complete python modules/methods/attributes/keywords, including 3rd party stuff like Pygame, wxPython, Twisted, and literally everything. It works more accurately than other things i've tried and it doesn't even require that python support be compiled into your Vim.

提交回复
热议问题