Search / Quick Open in Virtual Envs
See original GitHub issueAllow workbench.action.quickOpen
to search virtualenvs when using python (or available libraries more generally)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Python Virtual Environments: A Primer
In this tutorial, you'll learn how to use a Python virtual environment to manage your Python projects. You'll also dive deep into the ......
Read more >Getting Started with Python Virtual Environments
What this command should do is create a python virtual environment called venv at your current directory. Note: if you use git, you...
Read more >How can I set up a virtual environment for Python in Visual ...
Open a command pallatte (ctrl+shift+p) · Select "+Enter interpreter path" · Select "Find.." and it will open the file explorer · Go to...
Read more >Using Python environments in VS Code
From within VS Code, you can create non-global environments, using virtual environments or Anaconda, by opening the Command Palette (Ctrl+Shift+P), ...
Read more >Pipenv & Virtual Environments
This tutorial walks you through installing and using Python packages. It will show you how to install and use the necessary tools and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @DylanYoung ! I’m closing this issue because like Brett mentioned, this should work if you don’t name the virtual environment with a hidden name. @sbidoul the same is valid for “Reveal Active File in Side Bar”. Can you try this out and tell me if you have any issues? If so we can reopen or just open a new one to investigate 😊.
Thank you for the suggestion! We have marked this issue as “needs decision” to make sure we have a conversation about your idea. We plan to leave this feature request open for at least a month to see how many 👍 votes the opening comment gets to help us make our decision.
If you want this now you can create the virtual environment locally in your workspace and not give it a hidden name, e.g. naming it
venv
.