adelf / idea-php-dotenv-plugin

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

hope can support for run config #21

Closed bluelovers closed 5 years ago

bluelovers commented 6 years ago

hope can support for run config

dlsniper commented 6 years ago

You can see follow the code here https://github.com/Ashald/EnvFile/tree/develop/project/products to see how to support such a feature.

adelf commented 6 years ago

@dlsniper I don't know... Should I implement it in this plugin? It becomes like a God object :) Or maybe it's ok...

dlsniper commented 6 years ago

I think it would be great to have it. Here's an example of people needing this feature and why https://youtrack.jetbrains.com/issue/GO-5420#focus=streamItem-27-3050372-0-0 What do you think?

adelf commented 6 years ago

Ok. I'll try :)

dlsniper commented 6 years ago

Thank you!

adelf commented 5 years ago

Seems, this plugin(https://github.com/ashald/EnvFile) implemented some integrations(with GoLand). And I don't think my plugin should do the same... and also, Single Responsibility Principle :)