Run and debug TypeScript code in the Chrome DevTools.
- Write and run TypeScript directly in DevTools
- Supports latest TypeScript features
- Easy to use: just Cmd/Ctrl+S to run
- Importing npm packages
- Custom tsconfig.json
- Adding breakpoints directly
- Snippet functionality
- AI assistant
- VIM Mode
- TSX support
-
Custom keybinding
- Install the extension from the Chrome Web Store.
- Open Chrome DevTools.
- Open the "TypeScript Console" panel.
- Show console drawer
- Write and run TypeScript code.
- Click the "Run" button or press
Cmd/Ctrl+S
to execute the code.