idea-php-dotenv-plugin
idea-php-dotenv-plugin copied to clipboard
environment parameters completion, based on .env file keys
Hello, unfortunatly plugin has started throwing errors like: `java.lang.IllegalStateException: An invalid state was detected that occurs if the key's equals or hashCode was modified while it resided in the cache....
Need to turn off autosave on an `.env` file with that exact name. How do I go about it? The plugin seems to leave the updated `.env.*` named files be.
I get syntax colors and commenting in `.env` file but when I open `dev.env` it doesn't work. Can you please add support for all files that end in ".env"?
WebStorm 2023.2.1. Autocomplete for process.env sometime works, sometime not. Mostly not.
 
i was using KEY = VALUE # Comment - it does works, but **you should not allow it** PhpStorm is recommending KEY = VALUE#COMMENT which is giving error from codeigniter...
It would be cool if this plugin supported `django-environ`, a popular library from PyPi. The most notable difference is the API call to get a variable from a .env file:...
Hello, thank you for the plugin. I am using "Hide values in .env files" and I found some bugs: 1. If I comment a hidden value using CTRL+/, it stays...
Error on Plugins page: `Incompatible: requires IDE build 212.* or earlier`
That would be great to extend current syntaxis with standart python dictionary's. For now we can work with .env vars like this: `os.getenv('value')` or `os.environ.get('value')`. But `.get()` methods handles KeyError...