idea-php-dotenv-plugin icon indicating copy to clipboard operation
idea-php-dotenv-plugin copied to clipboard

environment parameters completion, based on .env file keys

Results 30 idea-php-dotenv-plugin issues
Sort by recently updated
recently updated
newest added

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.

![grafik](https://github.com/adelf/idea-php-dotenv-plugin/assets/4625205/b5683072-71e8-43d8-98ae-ffa4b36b8dd2) ![grafik](https://github.com/adelf/idea-php-dotenv-plugin/assets/4625205/25e7d5b6-8e88-45a7-a454-9f8e995ced8b)

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...