ashald / EnvFile

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
MIT License
545 stars 129 forks source link

Support for all Macros #231

Open wgordon17 opened 5 months ago

wgordon17 commented 5 months ago

I'm currently using the 1Password plugin, which enables a $1Password macro for expanding secrets stored in a 1Password password manager. It would be great if your plugin could utilize any Macro defined in PyCharm, not just the Path-based macros. Thanks!