adelf / idea-php-dotenv-plugin

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

[Suggestion] Support for Node.js #61

Open koldoon opened 4 years ago

koldoon commented 4 years ago

Node.js has quite popular package named 'dotenv'. It uses the same '.env' file format to parse. Then in code you can reference environment by process.env.VARIABLE_NAME.

This would be supercool if this plugin would support Node.js too as it supports Python, Go and Ruby.

adelf commented 4 years ago

Actually, I support Javascript. At least for process.env.[completion]. But starting from 2020.1 version Javascript plugin has own, more smart, completion for .env values.