You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: