
To use it, you need to create a new run configuration ( spy-js for Node.js Run configuration ). Starting with WebStorm 9 EAP, we support spy-js for the Node.js server as well.
Jetbrains webstorm eap code#
You can read more about how Live Edit works in a post about it in our English-language blog.įor each event, spy-js allows you to view the call stack and highlights the path in the code in the editor window to show how this script was executed. In the IDE settings, you can enable automatic updating upon changes.
Jetbrains webstorm eap update#
Now click on the debug window, select Update Application from the Run menu or press Ctrl + F10 ( cmd + F10 on Mac OS).Īt first, Live Edit will try to update the application without restarting the Node.js server (make hotswap), but if it fails, it will restart the server.

Run the application in debug mode, and then try changing something in the code. The Live Edit plugin, the one that allows you to immediately see what happens when you change your HTML and JavaScript on the page without updating the page in the browser, now works with Node.js. WebStorm 9 EAP can already be downloaded on our website. improved support for the Polymer library.Templates ( the Postfix the templates ) for JavaScript.integration with the PhoneGap / Cordova.updated Live Edit : now with any change in the application code under Node.js it allows you to automatically update the application.We are still adding some features that will appear in the following WebStorm EAPs, and today we will talk about what you can already touch with your hands. EAP is still an “unstable” version, and this means that some functions in it may not work perfectly, although in general it is quite close to the release in terms of functionality and quality. Then you need to replace it with the next EAP, buy a release, or put up with it turning into a pumpkin (these are legal ways of exploitation, we will not list illegal ones here). Note for those who have not used EAPs yet: EAP is an early access preview, completely free, fully functional, with a lifespan of 30 days. And we are glad that the constant development of technologies and the growth of user requests allow us to add new features to it all the time.

WebStorm has long been a working tool for many who write in JavaScript.
