I just installed atom and therefore am not an expert yet. Which plugin do I need to install to configure atom to work as the freeCodeCamp editor?
What I need is for the JavaScript interpreter messages to appear in a panel WHILE I type the code; eg:
"ReferenceError: <symbol> is not defined"
"ReferenceError: assignment to undeclared variable i";
"SyntaxError: unknown: Missing semicolon (2:15)"
Also it would be very useful if I write in the code console.log(alpha(index))
in the panel appears the output of the function console.log()
.
Many thanks.