文件名称:python-mode:Vim python-mode。 PyLint,绳索,Pydoc,包装盒中的断点
文件大小:111KB
文件格式:ZIP
更新时间:2024-03-13 13:03:13
Vimscript
Python模式,适用于Vim的Python IDE 该项目需要贡献者。 说明文件: :help pymode 重要说明: 从2017-11-19开始,python-mode使用子模块,而不是将第3方库硬编码到其代码库中。 请发出以下命令:python-mode文件夹中的git submodule update --init --recursive 。 从2019-12-14开始, python-mode放弃了python2 support 。 如果仍然需要将其与python2一起使用,则应查找last-py2-support分支和/或标记。 如果您是新用户,请使用递归标志克隆存储库: git clone --recurse-submodules Python模式是一个Vim插件,可以将Vim神奇地转换为Python IDE。 为什么选择Python模式? 提高工作效
【文件预览】:
python-mode-develop
----ftplugin()
--------pyrex.vim(35B)
--------python()
----.github()
--------stale.yml(711B)
--------FUNDING.yml(65B)
--------workflows()
----AUTHORS(3KB)
----.gitmodules(1KB)
----COPYING(7KB)
----debugvimrc.vim(836B)
----.bumpversion.cfg(219B)
----syntax()
--------python.vim(19KB)
--------pyrex.vim(2KB)
----autoload()
--------pymode.vim(4KB)
--------pymode()
----pylama.ini(135B)
----doc()
--------pymode.txt(32KB)
----plugin()
--------pymode.vim(10KB)
----submodules()
--------autopep8()
--------pydocstyle()
--------pylama()
--------pycodestyle()
--------snowball_py()
--------astroid()
--------pylint()
--------toml()
--------rope()
--------pyflakes()
--------mccabe()
----after()
--------ftplugin()
--------indent()
----logo.png(16KB)
----tests()
--------utils()
--------test_procedures_vimscript()
--------test_python_sample_code()
--------test_helpers_vimscript()
--------test_bash()
--------test.sh(1KB)
--------test_helpers_bash()
--------motion_decorator.py(704B)
----pymode()
--------lint.py(3KB)
--------utils.py(1KB)
--------run.py(2KB)
--------__init__.py(1KB)
--------autopep8.py(34B)
--------async.py(87B)
--------libs()
--------rope.py(25KB)
--------environment.py(6KB)
--------virtualenv.py(2KB)
----.gitignore(164B)
----readme.md(9KB)
----CHANGELOG.md(11KB)