adelf / idea-php-dotenv-plugin

environment parameters completion, based on .env file keys
MIT License
166 stars 13 forks source link

Value Preview is displayed #104

Closed nixoncode closed 2 years ago

nixoncode commented 2 years ago

Thanks for such a great plugin.

I just want to bring to attention what it means to show previews of key and value from the .env file.

Values of .env are secrets, so let's keep it that way. Think of it as HTML's password input.

I think it would be nice if we just show the key, and Hide the value

adelf commented 2 years ago

Hi.

Please check Preferences | Languages & Frameworks | DotEnv

nixoncode commented 2 years ago

Thanks for pointing me to that.

Really helpful.