Closed demalexx closed 4 years ago
You mean alternative syntax from here - https://github.com/bkeepers/dotenv#multi-line-values ?
Kind of.
Do you have any other standards of that? Please share. This plugin supports a lot of languages :)
I don't know the best way of implementing this :) I use direnv and looks like multi-line strings could be written like VAR=$'line1\nline2'
.
With proper .envrc it will be translated into export VAR=$'line1\nline2'
.
As you see, plugin supports variables like VAR=$'line1\nline2'
. The problem is only with real multiline variables :) I can try to solve it
Included to 2020.1 release.
Is it planned to add support of multi-line strings? I'm not sure how it could be done, but sometimes I miss this feature :) Thanks.