pypi-assistant icon indicating copy to clipboard operation
pypi-assistant copied to clipboard

🔍 pip requirements files now enhanced with up-to-date package information at a glance – a VS Code extension

Results 5 pypi-assistant issues
Sort by recently updated
recently updated
newest added

For inspiration check out the [hex.pm Extension](https://marketplace.visualstudio.com/items?itemName=benvp.vscode-hex-pm-intellisense) for the Elixir package manager hex: ![](https://f.v1.n0.cdn.getcloudapp.com/items/1Z0i1w23103Z3n1y0u0I/vscode-hex-pm-intellisense.gif)

When I hover over a requirement in a pip file, it gives me the correct hover window. But when I try to move my mouse to click on a link...

Hi, It would be great for this extension to provide a way to update requirements directly from the file, using [codeActions](https://code.visualstudio.com/api/language-extensions/programmatic-language-features#possible-actions-on-errors-or-warnings). * MVP: update to latest * extended version: use...

It would be awesome it would be able to also lint requirements.txt files. I had a minor error of using `;` as separator instead of `,` for conditions and it...