See the results of your code as you save the file, without the need to switch windows or execute your script separately.
Show results for still running code. You want to get the results of your running server or setInterval? We got you covered (macOS and linux)
Easily switch between , and to run your scripts. We try our best to handle compatibility issues for you.
Scrub through your code and see the exact order your code was executed. Especially useful for understanding async code.
Effortlessly import any Node module or other files from your project into your worksheet. Whether you
use CommonJS with require
or ESM with import
, we got you covered.
await
supportYou can effortlessly test your asynchronous code using Promises
but also
async/await.
Just add //ts-worksheet
or //ts-worksheet-with-variables
to your file, and
you're
all set.
//?
Just //?
at the end of the lines you want to have the result shown.
Change the colors and run behaviour yourself.