<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: NELP SOFT</title>
    <description>The latest articles on DEV Community by NELP SOFT (@nelp_soft_a352c93adffc872).</description>
    <link>https://dev.to/nelp_soft_a352c93adffc872</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2491939%2Fea605af5-ff0a-4f36-8188-4c15c6e59cdb.png</url>
      <title>DEV Community: NELP SOFT</title>
      <link>https://dev.to/nelp_soft_a352c93adffc872</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nelp_soft_a352c93adffc872"/>
    <language>en</language>
    <item>
      <title>A simpler way to manage Python environments in VSCode: introducing “Facil .ENV”</title>
      <dc:creator>NELP SOFT</dc:creator>
      <pubDate>Fri, 14 Nov 2025 23:13:22 +0000</pubDate>
      <link>https://dev.to/nelp_soft_a352c93adffc872/a-simpler-way-to-manage-python-environments-in-vscode-introducing-facil-env-1e1a</link>
      <guid>https://dev.to/nelp_soft_a352c93adffc872/a-simpler-way-to-manage-python-environments-in-vscode-introducing-facil-env-1e1a</guid>
      <description>&lt;p&gt;Managing Python environments in VSCode shouldn’t feel like a mini-boss fight&lt;/p&gt;

&lt;p&gt;If you use Python in VSCode long enough, you eventually run into the same routine:&lt;/p&gt;

&lt;p&gt;Create a virtual environment&lt;/p&gt;

&lt;p&gt;Activate it manually&lt;/p&gt;

&lt;p&gt;Switch between multiple venvs depending on the folder&lt;/p&gt;

&lt;p&gt;Try to remember where each environment ended up&lt;/p&gt;

&lt;p&gt;Open a terminal… again… and again…&lt;/p&gt;

&lt;p&gt;At some point I got tired of repeating the same steps every day, so I built a small extension to make the whole process painless.&lt;/p&gt;

&lt;p&gt;It’s called Facil .ENV, and its goal is simple:&lt;br&gt;
manage your Python environments in VSCode with one click instead of several commands.&lt;/p&gt;

&lt;p&gt;🚀 What “Facil .ENV” does&lt;/p&gt;

&lt;p&gt;Here’s the functionality it brings to VSCode:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create Python virtual environments with one click&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;No more typing python -m venv .venv or worrying about which folder you’re in.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Activate environments instantly&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Click → activated.&lt;br&gt;
No more “which terminal am I in?” moments.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Automatically detect existing environments&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Even if they’re inside folders like .dev, .qa, .pdn, or any custom path.&lt;br&gt;
The extension scans them and shows them visually.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A clean visual panel for all your environments&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Instead of digging through terminals or file explorers, you see all environments in a dedicated sidebar view.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Quick commands in Command Palette&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Prefer keyboard shortcuts?&lt;br&gt;
All actions are available through the palette as well.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Simple, clean, VSCode-style icons&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Nothing flashy. Just functional and familiar.&lt;/p&gt;

&lt;p&gt;🎯 Why I built it&lt;/p&gt;

&lt;p&gt;This extension started as a personal tool.&lt;br&gt;
I work with multiple environments daily—dev, qa, pdn—and juggling virtualenvs across projects was becoming a chore.&lt;/p&gt;

&lt;p&gt;I tried other tools, but most were either too complex or didn’t integrate well with the VSCode workflow.&lt;/p&gt;

&lt;p&gt;So I built something focused, practical, and minimalistic—just enough to solve the problem without turning into a monster of features.&lt;/p&gt;

&lt;p&gt;Over time it became so useful to me that I figured others might benefit too.&lt;/p&gt;

&lt;p&gt;📦 Installation&lt;/p&gt;

&lt;p&gt;You can install it directly from the VSCode Marketplace:&lt;/p&gt;

&lt;p&gt;👉 Facil .ENV&lt;br&gt;
(add your Marketplace link here)&lt;/p&gt;

&lt;p&gt;Or search for:&lt;br&gt;
“Facil ENV”&lt;/p&gt;

&lt;p&gt;📸 Demo (optional GIF)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy64d3vweh9ou7brvb2vl.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy64d3vweh9ou7brvb2vl.gif" alt="I" width="1543" height="938"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc73bmh7dj48z0v46dthm.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc73bmh7dj48z0v46dthm.gif" alt=" " width="1729" height="938"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🧩 How it works (quick overview)&lt;/p&gt;

&lt;p&gt;Internally, the extension:&lt;/p&gt;

&lt;p&gt;Calls the Python interpreter configured in VSCode&lt;/p&gt;

&lt;p&gt;Uses VSCode APIs to manage terminals&lt;/p&gt;

&lt;p&gt;Resolves environment paths&lt;/p&gt;

&lt;p&gt;Adds a custom Webview to display the environment dashboard&lt;/p&gt;

&lt;p&gt;Caches recent environments for faster detection&lt;/p&gt;

&lt;p&gt;Exposes well-named commands like:&lt;/p&gt;

&lt;p&gt;easyenv.createVenv&lt;/p&gt;

&lt;p&gt;easyenv.activateEnv&lt;/p&gt;

&lt;p&gt;easyenv.refresh&lt;/p&gt;

&lt;p&gt;It’s intentionally lightweight—no external dependencies or heavy processes.&lt;/p&gt;

&lt;p&gt;📚 For developers: Code &amp;amp; Contributions&lt;/p&gt;

&lt;p&gt;If you want to take a look at the source code or contribute:&lt;/p&gt;

&lt;p&gt;👉 GitHub Repository:&lt;br&gt;
&lt;a href="https://github.com/polosoft1/Facil-ENV" rel="noopener noreferrer"&gt;https://github.com/polosoft1/Facil-ENV&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Any suggestions, issues, or ideas for improvements are welcome.&lt;/p&gt;

&lt;p&gt;💬 Feedback is appreciated&lt;/p&gt;

&lt;p&gt;If you try it and have thoughts—positive or negative—I’d love to hear them.&lt;br&gt;
Tools like these only improve through real-world use.&lt;/p&gt;

&lt;p&gt;Thanks for reading, and I hope Facil .ENV makes your Python workflow a bit smoother.&lt;/p&gt;

</description>
      <category>python</category>
      <category>tooling</category>
      <category>showdev</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
