WebStorm support for 'supervisor' like monitoring of Node JS file changes Follow
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.
Please sign in to leave a comment.
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?
Nice functionality, please create ticket for that http://youtrack.jetbrains.net/dashboard#newissue=yes