Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Supercharge ReactNew to Visual Studio Code? Get it now.
Supercharge React

Supercharge React

Boris Yordanov

|
618 installs
| (1) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Supercharge React

Installation

Go to the link below and click Install.

Visual Studio Code Marketplace

Commands

Davinci command execution

Running Execute Davinci command allows you to run commands available from the Davinci packages.

Generators

Alt Text

Powered by @toptal/davinci-code, which is part of Davinci CLI.

Command Output
New Module src/modules/<your-module>
New Component src/modules/<your-module>/components/<your-component>
New Page src/modules/<your-module>/pages/<your-component>

Using these commands will generate a folder structure in this format:

├── src/
    ├── modules/
       ├── core/
       │   ├── index.ts
       │   └── components/
       │       └── Button/
       │           ├── Button.tsx
       │           ├── index.tsx
       │           └── style.ts
       └── jobs/
           ├── index.ts
           ├── components/
           │   ├── Jobs/
           │   │   ├── Jobs.tsx
           │   │   ├── index.ts
           │   │   ├── style.ts
           │   │   └── test.tsx
           │   └── Offers/
           │       ├── Offers.tsx
           │       ├── index.ts
           │       ├── style.ts
           │       └── test.tsx
           └── pages/
               ├── index.ts
               └── JobsSearch/
                   ├── JobsSearch.tsx
                   ├── index.ts
                   └── style.ts

CI

  • Version are automatically bumped. Read more here
  • Automatic publishing when a PR is merged to master thanks
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft