pypi-assistant
pypi-assistant copied to clipboard
🔍 pip requirements files now enhanced with up-to-date package information at a glance – a VS Code extension
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: 
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...