python-mode -


LGPL
跨平台
Python

软件简介

Python-mode 是一个 vim 插件,允许你在 vim 编辑器中使用工具:pylint,
rope,
pydoc,
pyflakes,
pep8,
mccabe ,用来对 Python 代码进行
bug 定位、重构以及一些常用的操作。

该插件可以让你在 vim 中轻松创建 Python 代码,无需安装 pylint,
rope 或者其他 Python 库。

特点:

  • Python objects and motion (]], 3[[, ]]M, vaC, viM, daC, ciM, …)
  • Folding of python code
  • Virtualenv support
  • Highlight syntax errors
  • Highlight and auto fix unused imports
  • Many linters (pylint, pyflakes, …) that can be run simultaneously
  • Strong code completion
  • Code refactoring
  • Python documentation
  • Run python code
  • Go to definition
  • Powerful customization
  • And more, more …