Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>React Files GeneratorNew to Visual Studio Code? Get it now.
React Files Generator

React Files Generator

Klaudia Błażyczek

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

React-files-generator

Automatically create folders and files in your React project.

Features

Create file structure like this:

├── <given_name>
│   ├── index.ts
│   ├── <given_name>.styles.ts
│   ├── <given_name>.test.tsx
│   ├── <given_name>.tsx
│   └── <given_name>.types.ts
└──

How it works: demo

Demo of creating files

Requirements

None

Extension Settings

None for now

Known Issues

None for now

Release Notes

0.0.1

Implement basic version of extension which creates given files:

  • index.ts
  • <component_name>.styles.ts
  • <component_name>.test.tsx
  • <component_name>.tsx
  • <component_name>.types.ts

Contributors

  • Klaudia Błażyczek (blazyczek.klaudia@gmail.com)

Repository

https://github.com/Vesperalin/React-Files-Generator

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