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

Feature request: different text color for comments #141

Closed barakbbn closed 1 year ago

barakbbn commented 3 years ago

It would be better if comments would have different color than the rest of the entries (i.e. grayed)

MODE="test"
# PREFIX="your_prefix_here_"
MAX_TASKS=10
JOB={"queue":"${PREFIX}jobber"}

So when someone put a value for PREFIX he/she won't forget to uncomment it (like it keeps happening for several people already)

ashald commented 3 years ago

This plugin does not provide syntax support for .env files. I heard https://plugins.jetbrains.com/plugin/11594-properties does something like that though.

Alternatively, I'd be curious to see a PR that would add that.