Skip to main content

Getting Started

Welcome to Jinno β€” your new sidekick for React development. In just seconds, you'll be previewing, editing, and exploring components like never before, right from your IDE πŸš€


Step 1: Install Jinno​

Install from VSCode Marketplace

You can install Jinno from your favorite extension marketplace:

Zero Configuration

Jinno works out of the box. No setup. No config. No source code changes.
Just open β†’ click β†’ preview.

πŸ‘‰ VSCode Marketplace​

If you're using VSCode:

Install from VSCode Marketplace


πŸŒ€ Cursor / Windsurf (Open VSX)​

If you're using Cursor, Windsurf, or another Open VSX-compatible editor:

Install from Open VSX β†’


Step 2: Open a React Component​

Start by opening any .js, .jsx, .ts, or .tsx file that exports a React component β€” either a function or a class.

When the file is ready, you'll notice a purple "Toggle Preview" button at the top-right corner of your editor window.

πŸ’‘ This button appears automatically when Jinno detects a React component in your file.

Click the purple "Toggle Preview" button β€” and that’s it!

Alternate Ways to Toggle the Preview

You can also launch the preview using any of the following methods:

  • Keyboard Shortcut
    βŒ₯ Option + ⌘ Cmd + L (Mac)
    Alt + Ctrl + L (Windows/Linux)

  • Command Palette
    Open the Command Palette and run Jinno: Toggle Preview

  • CodeLens (above your component)
    Hover over the function or class declaration β€” click β€œPreview with Jinno”

How Jinno Works

Jinno analyzes your React component, its props, and dependencies to create a fully isolated sandbox. This sandbox renders your component in real time and automatically tracks any changes you make, ensuring a seamless development experience.

Purple Button


Once the preview is open, you can:

  • πŸ” See real-time updates with live preview
  • 🧠 Use auto-generated props (from types, usage, or stories)
  • πŸ“˜ Leverage your .story.tsx files for full variant control
  • πŸͺ„ Select elements and use AI to perform code edits
  • πŸ” Instantly jump to source code by clicking any element

πŸ§ͺ Next Steps​