adelf / idea-php-dotenv-plugin

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

[FEATURE] Add Cloaking functionality #125

Closed badmike closed 8 months ago

badmike commented 8 months ago

I'd like to propose a functionality to cloak the values of the env file, when shown on screen. It should aim to enhance security during presentations, live streams on platforms like Twitch or YouTube, and screencasts by hiding (and showing) the sensitive information present in the environment file(s).

There should be a command that can be triggered to toggle between showing the sensitive information or hiding it. There's a similar feature realised for Visual Studio Code through the plugin https://github.com/johnpapa/vscode-cloak.

adelf commented 8 months ago

I already have this implemented) Let me release a new version. I hope this week.

adelf commented 8 months ago

Please check the 2024.1 version. Turn on this option and reopen .env files

image
badmike commented 8 months ago

Awesome – Thank you very much. Works like a charm!