ENV Viewer
Interactive view for environment variables files
About The ProjectThis extension allows you to change environment variables with a handy interface. You can easily search for variables, change their values by hand or leave default values to select. I couldn't find a better way to organize environment variables. Even separating the variables with comments or also explaining with comments too, it never got better. With this extension you will not have to rembember what values should be changed or what values that variable can take in order to get the desired result.
UsageGo to your .env file and click on the magnifying glass icon at the top right menu.
There is three tags that can be used while writting out .env file: Env Template Tag:This tag is meant to mark the values that will take effect over our application.
Code shown in the example:
Env Value Tag:This tag is meant to mark the values that a environment variable can take.
Code shown in the example:
Env Value tags also has types that can be specified. If you do not specify "select" is the default type.
Boolean:Boolean inputs allows you to choose between two different values. The first value you set will be the value who represents the "true" value.
Number:Number inputs allows you to write only numbers. It doesn't requires for values to show.
You can also can set env keys with the same values if you specify them inside parentesis and between comas.
If you need to specify input type, you can do it as you did before
Env Mode Tag:This tag is meant to mark a set of values that you can choose when should apply.
Code shown in the example:
LicenseMIT © Luis Olmedo Distributed under the License. See LICENSE for more information.
ContactLuis Olmedo - olmedoluis012@gmail.com Project Link: https://github.com/olmedoluis/vscode-env-viewer |