question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Search / Quick Open in Virtual Envs

See original GitHub issue

Allow workbench.action.quickOpen to search virtualenvs when using python (or available libraries more generally)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
luabudcommented, Jan 29, 2020

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 😊.

1reaction
brettcannoncommented, Nov 26, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found