-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implement copying python import path from opened file #25027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the feature request! We are going to give the community 60 days from when this issue was created to provide 7 👍 upvotes on the opening comment to gauge general interest in this idea. If there's enough upvotes then we will consider this feature request in our future planning. If there's unfortunately not enough upvotes then we will close this issue. |
📄 Feature OverviewThis feature introduces a "Copy Import Path" command for Python files in VS Code. By right-clicking on a Python file in the editor tab, users can select "Copy Import Path" to copy the module's import path to the clipboard. Benefits:
🧪 How to Test the Feature
🙌 Request for FeedbackIf you find this feature useful and would like to see it integrated into the Python extension for VS Code, please show your support by adding a 👍 reaction to the original issue comment. Gathering sufficient community feedback is crucial for the maintainers to consider this feature for future releases. |
Previously, I opened an issue suggesting the implementation of a feature to copy the Python import path.
I received a positive response indicating that a PR would be welcome if I were to implement it myself.
#23450 (comment)
So, I went ahead and implemented the feature and have now created a PR.
I would greatly appreciate it if you could review it.
I'm also happy to further discuss any necessary points in detail.
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: