adelf / idea-php-dotenv-plugin

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

Privacy #70

Closed ghost closed 3 years ago

ghost commented 3 years ago

I'd like to use this plugin as it looks very useful, but in order to get it approved I need information on how it handles privacy. Does it collect any personal information? If so, what kind of data is collected and when is it collected? Would also be great if you could add this to the documentation.

Thank you very much!

adelf commented 3 years ago

Plugin collects all environment variables and their values from project files during indexing and stores it in the internal IntelliJ IDE storages in your local hard drive. Nowhere else. However, I think I can add the option to don't store values... I'll ask JetBrains guys about it. Thank you.

adelf commented 3 years ago

Starting from 2021.2 version values storing is configurable:

image