文件名称:python-language-server:Python语言服务器协议的实现
文件大小:487KB
文件格式:ZIP
更新时间:2024-05-18 03:57:31
octo-correct-managed Python
Python语言服务器 Python 2.7和3.5+实现。 安装 基本语言服务器要求提供补全,定义,悬停,引用,签名帮助和符号: pip install python-language-server 如果找到相应的依赖项,则将启用以下可选提供程序: 完成和重命名的 检测各种错误 Linter用于复杂性检查 用于样式检查 用于docstring样式检查(默认情况下禁用) 用于代码格式化 YAPF用于代码格式化(优于autopep8) 可以使用extras语法安装可选提供程序。 例如,要安装YAPF格式: pip install 'python-language-server[yapf]' 可以使用以下命令安装所有可选提供程序: pip install 'python-language-server[all]' 如果收到类似于'install_requires' mus
【文件预览】:
python-language-server-develop
----MANIFEST.in(128B)
----README.rst(6KB)
----.policy.yml(3KB)
----.gitattributes(30B)
----.github()
--------workflows()
----RELEASE.md(255B)
----scripts()
--------circle()
----.circleci()
--------config.yml(1KB)
----.pylintrc(380B)
----pyls()
--------hookspecs.py(2KB)
--------python_ls.py(18KB)
--------uris.py(4KB)
--------workspace.py(11KB)
--------lsp.py(1KB)
--------_version.py(18KB)
--------__init__.py(400B)
--------plugins()
--------config()
--------__main__.py(4KB)
--------_utils.py(7KB)
----versioneer.py(67KB)
----LICENSE(1KB)
----test()
--------test_language_server.py(4KB)
--------fixtures.py(2KB)
--------test_workspace.py(9KB)
--------__init__.py(387B)
--------plugins()
--------conftest.py(230B)
--------test_uris.py(1KB)
--------test_utils.py(2KB)
--------test_document.py(3KB)
----setup.cfg(392B)
----setup.py(4KB)
----vscode-client()
--------yarn.lock(62KB)
--------License.txt(1KB)
--------src()
--------ThirdPartyNotices.txt(2KB)
--------tsconfig.json(184B)
--------README.md(2KB)
--------.vscodeignore(111B)
--------.gitignore(35B)
--------package.json(13KB)
----resources()
--------hover.gif(36KB)
--------auto-complete.gif(54KB)
--------document-format.gif(65KB)
--------linting.gif(29KB)
--------signature-help.gif(10KB)
--------document-symbols.gif(36KB)
--------goto-definition.gif(43KB)
--------references.gif(107KB)
----.gitignore(1KB)
----.coveragerc(30B)