<?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: Gaurav Prajapati</title>
    <description>The latest articles on DEV Community by Gaurav Prajapati (@gaurav_prajapati_50c53203).</description>
    <link>https://dev.to/gaurav_prajapati_50c53203</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3993563%2Fd1ded4ef-7e78-4829-ac11-0682c21b74ab.png</url>
      <title>DEV Community: Gaurav Prajapati</title>
      <link>https://dev.to/gaurav_prajapati_50c53203</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gaurav_prajapati_50c53203"/>
    <language>en</language>
    <item>
      <title>I built a visual .env manager for VS Code 🔐</title>
      <dc:creator>Gaurav Prajapati</dc:creator>
      <pubDate>Sat, 20 Jun 2026 05:14:37 +0000</pubDate>
      <link>https://dev.to/gaurav_prajapati_50c53203/i-built-a-visual-env-manager-for-vs-code-718</link>
      <guid>https://dev.to/gaurav_prajapati_50c53203/i-built-a-visual-env-manager-for-vs-code-718</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every developer deals with &lt;code&gt;.env&lt;/code&gt; files daily — juggling secrets, &lt;br&gt;
switching between environments, and occasionally committing API keys &lt;br&gt;
by accident. 😬&lt;/p&gt;

&lt;p&gt;I wanted something visual and simple right inside VS Code — so I built &lt;strong&gt;ENV Manager&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is ENV Manager?
&lt;/h2&gt;

&lt;p&gt;ENV Manager is a free VS Code extension that gives you a beautiful &lt;br&gt;
UI to manage all your &lt;code&gt;.env&lt;/code&gt; files without touching raw files.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;📁 &lt;strong&gt;Multi-profile support&lt;/strong&gt; — switch between &lt;code&gt;.env.local&lt;/code&gt;, 
&lt;code&gt;.env.production&lt;/code&gt;, &lt;code&gt;.env.staging&lt;/code&gt; with one click&lt;/li&gt;
&lt;li&gt;🔒 &lt;strong&gt;Secret masking&lt;/strong&gt; — API keys hidden by default, click to reveal&lt;/li&gt;
&lt;li&gt;✏️ &lt;strong&gt;Inline editing&lt;/strong&gt; — edit variables directly, no raw file editing&lt;/li&gt;
&lt;li&gt;🔍 &lt;strong&gt;Search &amp;amp; filter&lt;/strong&gt; — find variables instantly&lt;/li&gt;
&lt;li&gt;⬇️ &lt;strong&gt;Export &lt;code&gt;.env.example&lt;/code&gt;&lt;/strong&gt; — generate safe template with no values&lt;/li&gt;
&lt;li&gt;💾 &lt;strong&gt;Save in place&lt;/strong&gt; — saves directly back to your &lt;code&gt;.env&lt;/code&gt; file&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to Install
&lt;/h2&gt;

&lt;p&gt;Search &lt;strong&gt;"ENV Manager"&lt;/strong&gt; in VS Code Extensions (&lt;code&gt;Ctrl+Shift+X&lt;/code&gt;)&lt;/p&gt;

&lt;p&gt;Or install directly:&lt;br&gt;
👉 &lt;a href="https://marketplace.visualstudio.com/items?itemName=GauravPrajapati.env-profile-manager" rel="noopener noreferrer"&gt;Install ENV Manager&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Use
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Open a project with &lt;code&gt;.env&lt;/code&gt; files&lt;/li&gt;
&lt;li&gt;Press &lt;code&gt;Ctrl+Shift+E&lt;/code&gt; (Mac: &lt;code&gt;Cmd+Shift+E&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;ENV Manager panel opens automatically&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Coming Soon
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🔄 Team sync via GitHub Gist&lt;/li&gt;
&lt;li&gt;📊 Diff view between profiles&lt;/li&gt;
&lt;li&gt;📋 Duplicate profile&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;Would love your feedback, bug reports, or feature suggestions!&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://marketplace.visualstudio.com/items?itemName=GauravPrajapati.env-profile-manager" rel="noopener noreferrer"&gt;VS Code Marketplace&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>webdev</category>
      <category>opensource</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
