adelf / idea-php-dotenv-plugin

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

Comment Support - Feature Request #6

Closed KerryJones closed 7 years ago

KerryJones commented 7 years ago

PHPStorm doesn't currently understand how to comment in .env, #. It would be great to use Ctrl+/ to comment

natebrunette commented 7 years ago

@KerryJones I created a custom filetype for .env files and set the line comment to #. Seems to work for now.

kAlvaro commented 7 years ago

@natebrunette Doesn't creating a custom file type effectively prevent the dotenv plugin from working?

natebrunette commented 7 years ago

@kAlvaro Ha, I suppose it would. I guess I never used the plugin for autocompletion, I was just looking for a way to quickly comment/uncomment .env files.

biggator commented 7 years ago

That sounds great, adelf. Any chance you can release that soon?

adelf commented 7 years ago

@biggator I don't want to release only commenting.... I'll try to add some other features and release soon

adelf commented 7 years ago

Implemented on 0.5

biggator commented 7 years ago

Thanks, @adelf. The release works well.