JavaScript "REPL"

Hello,

Is there a way to have a "javascript repl" style setup within IntelliJ Ultimate?

 

0
1 comment

There is no Node REPL console in IDEA. Please follow https://youtrack.jetbrains.com/issue/WEB-10726 for updates.
Note that you can actually evaluate JavaScript code snippets in debugger console while debugging JavaScript applications.
Also,  you can just create a new javascript scratch file (New > Scratch file, choose javascript type), add your expressions, and use Run in its right-click menu to run your code with Node.js.

0

Please sign in to leave a comment.