adelf / idea-php-dotenv-plugin

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

.env comments after key = value #118

Open alisacorporation opened 1 year ago

alisacorporation commented 1 year ago

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 4 framework... - you should not allow it too