Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Support for Node.js #61

Open
koldoon opened this issue Aug 11, 2020 · 1 comment
Open

[Suggestion] Support for Node.js #61

koldoon opened this issue Aug 11, 2020 · 1 comment

Comments

@koldoon
Copy link

koldoon commented Aug 11, 2020

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
Copy link
Collaborator

adelf commented Aug 11, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants