A VS Code extension that masks sensitive values in .env files and allows users to reveal them by clicking. Features Automatically detects key-value pairs in .env files. Masks values by default. Click on a masked value to reveal it. Tooltip: "Click on a masked value to reveal it" Installation Open VS Code and go to the Extensions Marketplace. Search for Masked Key Highlighter. Click Install. Usage Open an .env file. The values will be masked automatically. Click on a masked value to toggle visibility. Development To modify or contribute: Clone the repository. Run npm install to install dependencies. Press F5 in VS Code to launch the extension in a new window. |