Reputation: 3123
Does anyone know of a Sublime Text 3 package that exists that "live" evaluates my JavaScript code as I type it?
I tried the installing EvalPrinter
package, however it does not work on Mac.
As an example, if my code is:
var x = 5 + 2;
Maybe it would show as:
var x = 5 + 2; //x = 7
I thought I saw this somewhere once... Displaying it in some other manner would also be ok.
Thanks.
Upvotes: 0
Views: 245
Reputation: 58619
I think it's this https://quokkajs.com/
... and a few more characters so that stackoverflow allows this as an answer.
Upvotes: 1