跳至主要内容

requirements.txt语言服务器

项目描述

requirements-language-server

readthedocs pre-commit.ci status github/workflow codecov DeepSource

github/downloads github/downloads/latest github/issues github/issues-closed github/issues-pr github/issues-pr-closed github/discussions github/milestones github/forks github/stars github/watchers github/contributors github/commit-activity github/last-commit github/release-date

github/license github/languages github/languages/top github/directory-file-count github/code-size github/repo-size github/v

pypi/status pypi/v pypi/downloads pypi/format pypi/implementation pypi/pyversions

requirements.txt的语言服务器。

目前python的requirement.txt有2种类型

不同之处在于PEP508不支持pip的选项

对于pyproject.toml

[tool.setuptools.dynamic.dependencies]
file = "requirements.txt"

[tool.setuptools.dynamic.optional-dependencies.dev]
file = "requirements/dev.txt"

我们识别requirements.txtrequirements/dev.txt为PEP508的requirements.txt,并显示所有pip选项的错误。对于其他requirements.txt,我们将其识别为pip的requirements.txt

功能

其他功能

截图

诊断

diagnostic

悬停

module

option

补全

module

option

file

工作原理

请参阅这里

阅读readthedocs以了解更多信息。

相关项目

项目详情


下载文件

下载您平台上的文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。

源分布

requirements_language_server-0.0.21.tar.gz (36.5 kB 查看哈希值)

上传时间

构建分布

requirements_language_server-0.0.21-py3-none-any.whl (31.3 kB 查看哈希值)

上传时间 Python 3

由以下机构支持