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.

2 comments
Comment actions Permalink

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

Please sign in to leave a comment.