forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Feature Request: Open packages in requirements.txt in browser #14495
Copy link
Copy link
Closed
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsfeature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesneeds PRReady to be worked onReady to be worked on
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsfeature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesneeds PRReady to be worked onReady to be worked on
Type
Fields
Give feedbackNo fields configured for issues without a type.
Inspired by the idea from the Docker extension for VS Code to add hyperlinks to the base image:
I would love to see a similar feature for the packages listed in a
requirements.txtfile.User story:
setuptools) in a requirements file, it looks like a hyperlinkpypi.orgsite (e.g.https://pypi.org/project/setuptools/)For reference, this is how they implemented it in the Docker extension:
https://github.com/microsoft/vscode-docker/blob/master/src/commands/registries/dockerHub/openDockerHubInBrowser.ts