python-mode
- 授权协议: LGPL
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/klen/python-mode
- 软件文档: https://github.com/klen/python-mode
软件介绍
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 ...
