WebStorm support for 'supervisor' like monitoring of Node JS file changes

Node JS has an NPM package called 'supervisor' that watches for changes to your app files and automatically restarts the node process for you. Basically gives you a seamless edit & continue workflow. Does WebStorm support something like this? Right now it appears that I have to explicitly stop and then re-run my node configuration each time I change a file in my app.

0
2 comments
Avatar
Permanently deleted user

I have the same requirement. I tried to help me with a macro: (CTRL-S, CTRL-2, CTRL-5). But unfortunately the macro works not always correct. Maybe a timing problem on my Windows-System?

0

Nice functionality, please create ticket for that http://youtrack.jetbrains.net/dashboard#newissue=yes

0

Please sign in to leave a comment.