Handy hover tooltips + CodeLens for dependencies from PyPI – similar to what VS Code has built in for dependencies in package.json
.
Gain access to: package name, description, author(s), license, and latest version at a glance, with links in case you need more details.
Supported formats:
- pip requirements files –
requirements.txt
,requirements.in
,constraints.txt
, and such - Poetry –
pyproject.toml
'stool.poetry.dependencies
- PEP 631 –
pyproject.toml
'sproject.dependencies
/project.optional-dependencies
- PEP 735 -
pyproject.toml
'sdependency-groups
- uv -
pyproject.toml
'stool.uv.constraint-dependencies
/tool.uv.dev-dependencies
/tool.uv.override-dependencies
This extension depends on Microsoft's official Python extension for pip requirements
language support.