ThatDudeJBob / env-control_eng

VS Plugin: Environment Variable Management Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Environment Variable Controller

Environment variable files in the directory can be managed portably, including:

  • View, add, and delete environment variable files
  • Modify and add variables
  • Delete file contents

Use cases

! [demo.gif] (https://s2.loli.net/2022/05/16/cUyRP1BzkGVlaCQ.gif)

Run the plugin

  • 'Ctrl + P' to open the Command Palette
  • Enter 'Env Control' to launch the plugin

Other

Plugins can only capture compliant '.env. [filename]' type environment variable file

  • .env.development ✔
  • .env.product.local ✔
  • .env3❌
  • xx.env.development❌

About

VS Plugin: Environment Variable Management Tool

License:MIT License


Languages

Language:JavaScript 96.1%Language:TypeScript 1.9%Language:Vue 1.5%Language:CSS 0.4%Language:HTML 0.0%