/ez-env-variables

An easy way to manage your environment variables

Primary LanguageTypeScript

EZ Env Variables

Installation

This extension is not released to the marketplace yet. You can build the installer (.vsix) by running this command:

npm run release

Features

  • Syntax Highlighting

    syntax-highlighting

  • Formatting

    Use Format Document command in the Command Palette. It will also transform YML syntax to Dotenv variables.

    formatting

  • Folding

    Folds your variables grouped by comments

    folding

  • Find Variable Value

    Select a string and find its value in your .env file in the root project by using Find ENV Value command in the Command Palette

    find-env

    ...or right click on the selection and choose Find ENV Value

    find-env

  • Show Duplicate Value

    linter

Extension Support

The extension will support files with .env extension.

...or if you want your custom environment variables to use this extension, configure it in your Language Identifiers settings.

Notes

If you have any problems or ideas, please open an issue! :)