Search code examples
visual-studio-coderubymine

How to set the output of JS code on Rubymine


I would like to be able to see the output of codes on JS on Rubymine IDE, as if I were using quokka on VScode, once is use console.log(). Thanks in advance


Solution

  • In RubyMine you need to execute (run or debug) JS code to see the output. Here is a feature request about Quokka functionality you can vote for https://youtrack.jetbrains.com/issue/WEB-30896.