This NEW VSCode Extension Every TypeScript Developer Needs To Try - Full Node, Deno and Bun Support

preview_player
Показать описание

Sometimes we want to quickly try something in JavaScript or TypeScript but we always need to use cli tools like ts-node or node to run our code. That's why I've created this new extension for vscode which enables you to run code from every major runtime like nodejs, bun and deno inside your editor and getting the results in realtime beside the code you've written.

0:00 Introduction
0:27 Installation
0:56 How to use it
4:55 copy-paste
5:15 import other code
5:43 import node_modules
6:00 Promises / async await
7:05 Show execution order
7:25 Timetravel
7:50 Getting ongoing results
8:55 Bun and Deno Support
10:09 Outro
Рекомендации по теме
Комментарии
Автор

this is cool man! I wish there was a better icon for this on the sidebar

geekthegeek
Автор

Very cool and promising!
I will definitely try it👍

BorisBrodski
Автор

Man, it's amazing! Definitely will use it!

MrJettann
Автор

This is really cool. Any chance of it somehow helping with react component development to see what renders/fetches/data are triggering in which order?

sonik
Автор

Very useful, does it work with frameworks like nextjs?

StephenRayner
Автор

This is cool as hell. Is there a neovim version?

bryson
Автор

Does this work with tsx, Quokka does the same thing as this extension and works with tsx(react not the cli lol) but I find quokka bloated so would love to replace it with this

irishbruse
Автор

What if your codebase is millions of lines of code? Is it still going to be faster to run this?

RealNaisuCinema