Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>InstantCodeNew to Visual Studio Code? Get it now.
InstantCode

InstantCode

Madyan

|
338 installs
| (1) | Free
Run your JavaScript and TypeScript code with random test data on the fly
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

InstantCode

This VSCode extension allows JavaScript and TypeScript developers to get instant feedback on their code as they type it! 💨

Forget about code playgrounds and REPLs. Say goodbye to waiting for your entire project to compile before you can see your logged values or debugger to run. If you want to see the result of a code block just wrap it in a function and watch your code getting instantly evaluated as you type inside your editor! ⚡️

Features

🔥 Runs your functions as you type them

Demonstrating function evaluation as the user types code

🔥 Generates random test data on the fly

Demonstrating random test data generated for each function parameter

🔥 Works with discriminated unions

Demonstrating discriminated union support

🔥 Works with more complex types

Demonstrating complex type support

Caveats

This extension is currently at an experimental stage. It does not yet support external file imports. All types and functions referenced must be declared within the same file for the extension to work correctly.

Issues and Pull Requests are more than welcome 🤗

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft