The new Webstorm version coming up is several times faster, its amazing. On a Mac its so fast its literally like using Sublime. This is due among other things due to their upgrade to Java 8. This is the link to the early access program https://confluence.jetbrains.com/display/WI/WebStorm+EAP
Emacs vs. WebStorm for Node.js Development
101–105 of 105 posts
Re: Emacs vs. WebStorm for Node.js Development
#102"Symbol and definition lookup is another great feature of WebStorm. While Emacs can find symbols and definitions in a single file via Tern, ..." Actually, tern has tern-find-definition which works not only in a single file. You can jump in to other modules in your project or to node_modules. And there is tern-pop-find-definition to return back. For methods of native js objects tern even opens browser with related MDN…
Re: Emacs vs. WebStorm for Node.js Development
#103Earlier quoted context omitted.
Using Atom is just pure pain, though the pain goes away fast once you stop using it.
What pain are you experiencing? Im using it often and dont have any problems.
Re: Emacs vs. WebStorm for Node.js Development
#104Re: Emacs vs. WebStorm for Node.js Development
#105Earlier quoted context omitted.
For me, coding in a debugger is a superior experience to coding with static type info - because I have data too, not just types. Ie completion isn't the big win - seeing live results of processing data is.
I can't tell if you are agreeing with me or if we are miscommunicating. Seeing live results of processing data is exactly the type of thing I do with Geiser in Emacs. No static analysis.