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
548 stars 129 forks source link

Multiline variables support #104

Closed vladAnk closed 2 years ago

vladAnk commented 4 years ago

Useful plugin. Can you please implement some syntax to load multiline variables from .env file?

ashald commented 4 years ago

I wonder if other software that supports .env files allows for multi-line variables?

I'd implement it, at least as an optional feature, whenever I will have time or would welcome contributions for this.