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

Support for WebStorm? #94

Closed
tonioriol opened this issue Sep 2, 2019 · 4 comments
Closed

Support for WebStorm? #94

tonioriol opened this issue Sep 2, 2019 · 4 comments

Comments

@tonioriol
Copy link

Would it be possible to enable support for WebStorm?

@ashald
Copy link
Owner

ashald commented Sep 2, 2019

What kind of run configurations are you using in WebStorm?

@tonioriol
Copy link
Author

i have a node project with jest for testing and the test environment variables are loaded from an env file.

@tonioriol
Copy link
Author

That is done in a js file that is called to run all tests from the console. That file loads the env variables from a file and then runs jest programmatically. What i'd like is to run jest straight out from the run config, and load the env from the file.

@ashald
Copy link
Owner

ashald commented Sep 3, 2019

NodeJS support in WebStorm if handled by the special JetBrains plugin - it's just bundled by default with WebStorm but you also can install it in other their IDEs. What this means, is that for this to work we need to integrate with NodeJS plugin and it actually lacks extension points required by EnvFile.
Please follow #36 for updates.
Other community members raised this with JetBrains and you can help by upvoting the ticket: #36 (comment)

@ashald ashald closed this as completed Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants