Any way to write Javascript code like swank-js in Emacs?
Hi. I'm new to WebStorm.
Here is the video to show swank-js. It's a SLIME for Javascript.![]()
Features need:
1 Interactive REPL
2 Evaulate selected code fragment
Does anyone know how to do the same way in WebStorm or even better?
Thanks!
Frank
Please sign in to leave a comment.
You can try Live Edit (http://confluence.jetbrains.com/display/WI/Live+Edit). See also http://blog.jetbrains.com/webstorm/2014/08/live-edit-updates-in-webstorm-9/ for updates made to this feature in WebStorm 9
WebStorm also supports 'live debugger console' you can use to evaluate expressions (BTW, you can do the same using 'evaluate expression' debugger feature)
Thank you.I will have a try.